#08856C

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

Shades of Observatory #08856C

Tints of Observatory #08856C

Color information

#08856C (or 0x08856C) is unknown color: approx Observatory. HEX triplet: 08, 85 and 6C. RGB value is (8,133,108). Sum of RGB (Red+Green+Blue) = 8+133+108=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #08856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08856C is #F77A93. Grayscale: #5C5C5C. Windows color (decimal): -16218772 or 7111944. OLE color: 7111944.

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

Color convert

RGB8133108-
CMYK0.9400.190.48
HSL168º88.65%27.65%-
HSV(B)168º93.98%52.16%-
XYZ11.1917.9117.05-
YUV92.78136.5967.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 133 (52.34% from 255) = 53.41%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=3.21%
G=53.41%
B=43.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81331080.9400.190.4816888.6527.65
Hex8856C5E01330a8591c
Octal102051541360236025013134
Binary1000100001011101100101111001001111000010101000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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