Html Css Color HEX #08856F Observatory

📋 copy color: '#08856F'

red 8 ◦ green 133 ◦ blue 111

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

Shades of Observatory #08856F

Tints of Observatory #08856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 111 (43.75% from 255) = 44.05%

R = 3.17%
G = 52.78%
B = 44.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#08856F (or 0x08856F) is known color: Observatory. HEX triplet: 08, 85 and 6F. RGB value is (8,133,111). Sum of RGB (Red+Green+Blue) = 8+133+111=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #08856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08856F is #F77A90. Grayscale: #5D5D5D. Windows color (decimal): -16218769 or 7308552. OLE color: 7308552.

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

Color convert

RGB 8 133 111 -
CMYK 0.94 0 0.17 0.48
HSL 169.44º 0.89% 0.28% -
HSV(B) 169.44º 0.94% 0.52% -
XYZ 11.36 17.97 17.91 -
YUV 93.12 138.09 67.29 -
System Red Green Blue C M Y K H S L
Decimal 8 133 111 0.94 0 0.17 0.48 169.44 0.89 0.28
Hex 8 85 6F 5E 0 11 30 A9 59 1C
Octal 10 205 157 136 0 21 60 251 131 34
Binary 1000 10000101 1101111 1011110 0 10001 110000 10101001 1011001 11100

Color Harmonies of #08856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08856F

Black with #08856F

Text Example


Text Example

White with #08856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08856F;
 }
 .AnyTagClassName
 {
   color: #08856F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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