#00876B

Color #00876B Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #00876B

Tints of Observatory #00876B

Color information

#00876B (or 0x00876B) is unknown color: approx 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

RGB0135107-
CMYK100.210.47
HSL167.56º100%26.47%-
HSV(B)167.56º100%52.94%-
XYZ11.3218.3916.86-
YUV91.44136.7762.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 55.79%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=0%
G=55.79%
B=44.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0135107100.210.47167.5610026.47
Hex0876B640152Fa8641a
Octal02071531440255725014432
Binary0100001111101011110010001010110111110101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>