#00866A

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

Shades of Observatory #00866A

Tints of Observatory #00866A

Color information

#00866A (or 0x00866A) is unknown color: approx Observatory. HEX triplet: 00, 86 and 6A. RGB value is (0,134,106). Sum of RGB (Red+Green+Blue) = 0+134+106=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #00866A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00866A is #FF7995. Grayscale: #5A5A5A. Windows color (decimal): -16742806 or 6981120. OLE color: 6981120.

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

Color convert

RGB0134106-
CMYK100.210.47
HSL167.46º100%26.27%-
HSV(B)167.46º100%52.55%-
XYZ11.1318.0916.54-
YUV90.74136.6163.28-

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) = 55.83%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=0%
G=55.83%
B=44.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0134106100.210.47167.4610026.27
Hex0866A640152Fa7641a
Octal02061521440255724714432
Binary0100001101101010110010001010110111110100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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