Html Css Color HEX #08956E Observatory

📋 copy color: '#08956E'

red 8 ◦ green 149 ◦ blue 110

#08956E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #08956E

Tints of Observatory #08956E

RGB

 RED value IS 8 (3.52% from 255) = 3%

 GREEN value IS 149 (58.59% from 255) = 55.81%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 3%
G = 55.81%
B = 41.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#08956E (or 0x08956E) is known color: 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

RGB 8 149 110 -
CMYK 0.95 0 0.26 0.42
HSL 163.4º 0.9% 0.31% -
HSV(B) 163.4º 0.95% 0.58% -
XYZ 13.66 22.67 18.41 -
YUV 102.4 132.29 60.67 -
System Red Green Blue C M Y K H S L
Decimal 8 149 110 0.95 0 0.26 0.42 163.4 0.9 0.31
Hex 8 95 6E 5F 0 1A 2A A3 5A 1F
Octal 10 225 156 137 0 32 52 243 132 37
Binary 1000 10010101 1101110 1011111 0 11010 101010 10100011 1011010 11111

Color Harmonies of #08956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08956E

Black with #08956E

Text Example


Text Example

White with #08956E

Text Example


Text Example

HTML Codes & Css Web 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>