Html Css Color HEX #00876B Observatory

📋 copy color: '#00876B'

red 0 ◦ green 135 ◦ blue 107

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

Shades of Observatory #00876B

Tints of Observatory #00876B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 55.79%
B = 44.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#00876B (or 0x00876B) is known color: Observatory. HEX triplet: 00, 87 and 6B. RGB value is (0,135,107). Sum of RGB (Red+Green+Blue) = 0+135+107=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #00876B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00876B is #FF7894. Grayscale: #5B5B5B. Windows color (decimal): -16742549 or 7046912. OLE color: 7046912.

HSL color Cylindrical-coordinate representation of color #00876B: hue angle of 167.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00876B is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 135 107 -
CMYK 1 0 0.21 0.47
HSL 167.56º 1% 0.26% -
HSV(B) 167.56º 1% 0.53% -
XYZ 11.32 18.39 16.86 -
YUV 91.44 136.77 62.78 -
System Red Green Blue C M Y K H S L
Decimal 0 135 107 1 0 0.21 0.47 167.56 1 0.26
Hex 0 87 6B 64 0 15 2F A8 64 1A
Octal 0 207 153 144 0 25 57 250 144 32
Binary 0 10000111 1101011 1100100 0 10101 101111 10101000 1100100 11010

Color Harmonies of #00876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00876B

Black with #00876B

Text Example


Text Example

White with #00876B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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