#08896F

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

Shades of Observatory #08896F

Tints of Observatory #08896F

Color information

#08896F (or 0x08896F) is unknown color: approx Observatory. HEX triplet: 08, 89 and 6F. RGB value is (8,137,111). Sum of RGB (Red+Green+Blue) = 8+137+111=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #08896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08896F is #F77690. Grayscale: #5F5F5F. Windows color (decimal): -16217745 or 7309576. OLE color: 7309576.

HSL color Cylindrical-coordinate representation of color #08896F: hue angle of 167.91º 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 #08896F is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB8137111-
CMYK0.9400.190.46
HSL167.91º88.97%28.43%-
HSV(B)167.91º94.16%53.73%-
XYZ11.9219.0918.1-
YUV95.46136.7665.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.12%
GREEN value IS 137 (53.91% from 255) = 53.52%
BLUE value IS 111 (43.75% from 255) = 43.36%
R=3.12%
G=53.52%
B=43.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81371110.9400.190.46167.9188.9728.43
Hex8896F5E0132Ea8591c
Octal102111571360235625013134
Binary1000100010011101111101111001001110111010101000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08896F; }

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

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

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

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

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

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

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

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