Html Css Color HEX #08856D Observatory

📋 copy color: '#08856D'

red 8 ◦ green 133 ◦ blue 109

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

Shades of Observatory #08856D

Tints of Observatory #08856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 3.2%
G = 53.2%
B = 43.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#08856D (or 0x08856D) is known color: Observatory. HEX triplet: 08, 85 and 6D. RGB value is (8,133,109). Sum of RGB (Red+Green+Blue) = 8+133+109=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #08856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08856D is #F77A92. Grayscale: #5C5C5C. Windows color (decimal): -16218771 or 7177480. OLE color: 7177480.

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

Color convert

RGB 8 133 109 -
CMYK 0.94 0 0.18 0.48
HSL 168.48º 0.89% 0.28% -
HSV(B) 168.48º 0.94% 0.52% -
XYZ 11.25 17.93 17.34 -
YUV 92.89 137.09 67.45 -
System Red Green Blue C M Y K H S L
Decimal 8 133 109 0.94 0 0.18 0.48 168.48 0.89 0.28
Hex 8 85 6D 5E 0 12 30 A8 59 1C
Octal 10 205 155 136 0 22 60 250 131 34
Binary 1000 10000101 1101101 1011110 0 10010 110000 10101000 1011001 11100

Color Harmonies of #08856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08856D

Black with #08856D

Text Example


Text Example

White with #08856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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