#08896E

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

Shades of Observatory #08896E

Tints of Observatory #08896E

Color information

#08896E (or 0x08896E) is unknown color: approx Observatory. HEX triplet: 08, 89 and 6E. RGB value is (8,137,110). Sum of RGB (Red+Green+Blue) = 8+137+110=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #08896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08896E is #F77691. Grayscale: #5F5F5F. Windows color (decimal): -16217746 or 7244040. OLE color: 7244040.

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

Color convert

RGB8137110-
CMYK0.9400.200.46
HSL167.44º88.97%28.43%-
HSV(B)167.44º94.16%53.73%-
XYZ11.8619.0717.81-
YUV95.35136.2665.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.14%
GREEN value IS 137 (53.91% from 255) = 53.73%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=3.14%
G=53.73%
B=43.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81371100.9400.200.46167.4488.9728.43
Hex8896E5E0142Ea7591c
Octal102111561360245624713134
Binary1000100010011101110101111001010010111010100111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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