#088967

Color #088967 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #088967

Tints of Observatory #088967

Color information

#088967 (or 0x088967) is unknown color: approx Observatory. HEX triplet: 08, 89 and 67. RGB value is (8,137,103). Sum of RGB (Red+Green+Blue) = 8+137+103=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #088967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088967 is #F77698. Grayscale: #5E5E5E. Windows color (decimal): -16217753 or 6785288. OLE color: 6785288.

HSL color Cylindrical-coordinate representation of color #088967: hue angle of 164.19º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088967 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB8137103-
CMYK0.9400.250.46
HSL164.19º88.97%28.43%-
HSV(B)164.19º94.16%53.73%-
XYZ11.4918.9215.88-
YUV94.55132.7666.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.23%
GREEN value IS 137 (53.91% from 255) = 55.24%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=3.23%
G=55.24%
B=41.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81371030.9400.250.46164.1988.9728.43
Hex889675E0192Ea4591c
Octal102111471360315624413134
Binary1000100010011100111101111001100110111010100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088967; }

 p { color: rgb(8,137,103); }

 H1.HeaderClassName
 {
   color: #088967;
 }
 .AnyTagClassName
 {
   color: #088967;
 }
</style>
background-color css

<style>
 a { background-color: #088967; }

 a { background-color: rgb(8,137,103); }

 div.DivClassName
 {
   background-color: #088967;
 }
 .BgClassName
 {
   background-color: #088967;
 }
</style>
border-color css

<style>
 span { border-color: #088967; }

 span { border-color: rgb(8,137,103); }

 td.TdClassName
 {
   border-color: #088967;
 }
 .TagClassName
 {
   border-color: #088967;
 }
</style>