Html Css Color HEX #08876F Observatory

📋 copy color: '#08876F'

red 8 ◦ green 135 ◦ blue 111

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

Shades of Observatory #08876F

Tints of Observatory #08876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.15%

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

R = 3.15%
G = 53.15%
B = 43.7%

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

#08876F (or 0x08876F) is known color: Observatory. HEX triplet: 08, 87 and 6F. RGB value is (8,135,111). Sum of RGB (Red+Green+Blue) = 8+135+111=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #08876F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08876F is #F77890. Grayscale: #5E5E5E. Windows color (decimal): -16218257 or 7309064. OLE color: 7309064.

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

Color convert

RGB 8 135 111 -
CMYK 0.94 0 0.18 0.47
HSL 168.66º 0.89% 0.28% -
HSV(B) 168.66º 0.94% 0.53% -
XYZ 11.63 18.53 18 -
YUV 94.29 137.42 66.45 -
System Red Green Blue C M Y K H S L
Decimal 8 135 111 0.94 0 0.18 0.47 168.66 0.89 0.28
Hex 8 87 6F 5E 0 12 2F A9 59 1C
Octal 10 207 157 136 0 22 57 251 131 34
Binary 1000 10000111 1101111 1011110 0 10010 101111 10101001 1011001 11100

Color Harmonies of #08876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08876F

Black with #08876F

Text Example


Text Example

White with #08876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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