Html Css Color HEX #00876A Observatory

📋 copy color: '#00876A'

red 0 ◦ green 135 ◦ blue 106

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

Shades of Observatory #00876A

Tints of Observatory #00876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.98%

R = 0%
G = 56.02%
B = 43.98%

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

#00876A (or 0x00876A) is known color: Observatory. HEX triplet: 00, 87 and 6A. RGB value is (0,135,106). Sum of RGB (Red+Green+Blue) = 0+135+106=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #00876A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00876A is #FF7895. Grayscale: #5B5B5B. Windows color (decimal): -16742550 or 6981376. OLE color: 6981376.

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

Color convert

RGB 0 135 106 -
CMYK 1 0 0.21 0.47
HSL 167.11º 1% 0.26% -
HSV(B) 167.11º 1% 0.53% -
XYZ 11.27 18.37 16.59 -
YUV 91.33 136.27 62.86 -
System Red Green Blue C M Y K H S L
Decimal 0 135 106 1 0 0.21 0.47 167.11 1 0.26
Hex 0 87 6A 64 0 15 2F A7 64 1A
Octal 0 207 152 144 0 25 57 247 144 32
Binary 0 10000111 1101010 1100100 0 10101 101111 10100111 1100100 11010

Color Harmonies of #00876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00876A

Black with #00876A

Text Example


Text Example

White with #00876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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