#00876F

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

Shades of Observatory #00876F

Tints of Observatory #00876F

Color information

#00876F (or 0x00876F) is unknown color: approx Observatory. HEX triplet: 00, 87 and 6F. RGB value is (0,135,111). Sum of RGB (Red+Green+Blue) = 0+135+111=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #00876F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00876F is #FF7890. Grayscale: #5B5B5B. Windows color (decimal): -16742545 or 7309056. OLE color: 7309056.

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

Color convert

RGB0135111-
CMYK100.180.47
HSL169.33º100%26.47%-
HSV(B)169.33º100%52.94%-
XYZ11.5318.4818-
YUV91.9138.7762.45-

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) = 54.88%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=0%
G=54.88%
B=45.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0135111100.180.47169.3310026.47
Hex0876F640122Fa9641a
Octal02071571440225725114432
Binary0100001111101111110010001001010111110101001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00876F;
 }
 .AnyTagClassName
 {
   color: #00876F;
 }
</style>
background-color css

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

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

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

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

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

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