#008966

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

Shades of Observatory #008966

Tints of Observatory #008966

Color information

#008966 (or 0x008966) is unknown color: approx Observatory. HEX triplet: 00, 89 and 66. RGB value is (0,137,102). Sum of RGB (Red+Green+Blue) = 0+137+102=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #008966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008966 is #FF7699. Grayscale: #5C5C5C. Windows color (decimal): -16742042 or 6719744. OLE color: 6719744.

HSL color Cylindrical-coordinate representation of color #008966: hue angle of 164.67º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008966 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB0137102-
CMYK100.260.46
HSL164.67º100%26.86%-
HSV(B)164.67º100%53.73%-
XYZ11.3418.8515.61-
YUV92.05133.6162.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 137 (53.91% from 255) = 57.32%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=0%
G=57.32%
B=42.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal0137102100.260.46164.6710026.86
Hex089666401A2Ea5641b
Octal02111461440325624514433
Binary0100010011100110110010001101010111010100101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008966; }

 p { color: rgb(0,137,102); }

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

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

 a { background-color: rgb(0,137,102); }

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

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

 span { border-color: rgb(0,137,102); }

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