#08956E

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

Shades of Observatory #08956E

Tints of Observatory #08956E

Color information

#08956E (or 0x08956E) is unknown color: approx Observatory. HEX triplet: 08, 95 and 6E. RGB value is (8,149,110). Sum of RGB (Red+Green+Blue) = 8+149+110=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #08956E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08956E is #F76A91. Grayscale: #666666. Windows color (decimal): -16214674 or 7247112. OLE color: 7247112.

HSL color Cylindrical-coordinate representation of color #08956E: hue angle of 163.4º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08956E is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB8149110-
CMYK0.9500.260.42
HSL163.4º89.81%30.78%-
HSV(B)163.4º94.63%58.43%-
XYZ13.6622.6718.41-
YUV102.4132.2960.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.00%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=3.00%
G=55.81%
B=41.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81491100.9500.260.42163.489.8130.78
Hex8956E5F01A2Aa35a1f
Octal102251561370325224313237
Binary1000100101011101110101111101101010101010100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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