Html Css Color HEX #08876B Observatory

📋 copy color: '#08876B'

red 8 ◦ green 135 ◦ blue 107

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

Shades of Observatory #08876B

Tints of Observatory #08876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.8%

R = 3.2%
G = 54%
B = 42.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#08876B (or 0x08876B) is known color: Observatory. HEX triplet: 08, 87 and 6B. RGB value is (8,135,107). Sum of RGB (Red+Green+Blue) = 8+135+107=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #08876B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08876B is #F77894. Grayscale: #5D5D5D. Windows color (decimal): -16218261 or 7046920. OLE color: 7046920.

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

Color convert

RGB 8 135 107 -
CMYK 0.94 0 0.21 0.47
HSL 166.77º 0.89% 0.28% -
HSV(B) 166.77º 0.94% 0.53% -
XYZ 11.42 18.44 16.87 -
YUV 93.84 135.42 66.78 -
System Red Green Blue C M Y K H S L
Decimal 8 135 107 0.94 0 0.21 0.47 166.77 0.89 0.28
Hex 8 87 6B 5E 0 15 2F A7 59 1C
Octal 10 207 153 136 0 25 57 247 131 34
Binary 1000 10000111 1101011 1011110 0 10101 101111 10100111 1011001 11100

Color Harmonies of #08876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08876B

Black with #08876B

Text Example


Text Example

White with #08876B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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