#00866E

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

Shades of Observatory #00866E

Tints of Observatory #00866E

Color information

#00866E (or 0x00866E) is unknown color: approx Observatory. HEX triplet: 00, 86 and 6E. RGB value is (0,134,110). Sum of RGB (Red+Green+Blue) = 0+134+110=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #00866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00866E is #FF7991. Grayscale: #5B5B5B. Windows color (decimal): -16742802 or 7243264. OLE color: 7243264.

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

Color convert

RGB0134110-
CMYK100.180.47
HSL169.25º100%26.27%-
HSV(B)169.25º100%52.55%-
XYZ11.3418.1817.66-
YUV91.2138.6162.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=0%
G=54.92%
B=45.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0134110100.180.47169.2510026.27
Hex0866E640122Fa9641a
Octal02061561440225725114432
Binary0100001101101110110010001001010111110101001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00866E; }

 p { color: rgb(0,134,110); }

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

<style>
 a { background-color: #00866E; }

 a { background-color: rgb(0,134,110); }

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

<style>
 span { border-color: #00866E; }

 span { border-color: rgb(0,134,110); }

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