#08856E

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

Shades of Observatory #08856E

Tints of Observatory #08856E

Color information

#08856E (or 0x08856E) is unknown color: approx Observatory. HEX triplet: 08, 85 and 6E. RGB value is (8,133,110). Sum of RGB (Red+Green+Blue) = 8+133+110=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #08856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08856E is #F77A91. Grayscale: #5C5C5C. Windows color (decimal): -16218770 or 7243016. OLE color: 7243016.

HSL color Cylindrical-coordinate representation of color #08856E: hue angle of 168.96º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08856E is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB8133110-
CMYK0.9400.170.48
HSL168.96º88.65%27.65%-
HSV(B)168.96º93.98%52.16%-
XYZ11.317.9517.62-
YUV93137.5967.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.19%
GREEN value IS 133 (52.34% from 255) = 52.99%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=3.19%
G=52.99%
B=43.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81331100.9400.170.48168.9688.6527.65
Hex8856E5E01130a9591c
Octal102051561360216025113134
Binary1000100001011101110101111001000111000010101001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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