Html Css Color HEX #08866E Observatory

📋 copy color: '#08866E'

red 8 ◦ green 134 ◦ blue 110

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

Shades of Observatory #08866E

Tints of Observatory #08866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.17%

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

R = 3.17%
G = 53.17%
B = 43.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#08866E (or 0x08866E) is known color: Observatory. HEX triplet: 08, 86 and 6E. RGB value is (8,134,110). Sum of RGB (Red+Green+Blue) = 8+134+110=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #08866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08866E is #F77991. Grayscale: #5D5D5D. Windows color (decimal): -16218514 or 7243272. OLE color: 7243272.

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

Color convert

RGB 8 134 110 -
CMYK 0.94 0 0.18 0.47
HSL 168.57º 0.89% 0.28% -
HSV(B) 168.57º 0.94% 0.53% -
XYZ 11.44 18.23 17.67 -
YUV 93.59 137.26 66.95 -
System Red Green Blue C M Y K H S L
Decimal 8 134 110 0.94 0 0.18 0.47 168.57 0.89 0.28
Hex 8 86 6E 5E 0 12 2F A9 59 1C
Octal 10 206 156 136 0 22 57 251 131 34
Binary 1000 10000110 1101110 1011110 0 10010 101111 10101001 1011001 11100

Color Harmonies of #08866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08866E

Black with #08866E

Text Example


Text Example

White with #08866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08866E;
 }
 .AnyTagClassName
 {
   color: #08866E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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