#00966E

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

Shades of Observatory #00966E

Tints of Observatory #00966E

Color information

#00966E (or 0x00966E) is unknown color: approx Observatory. HEX triplet: 00, 96 and 6E. RGB value is (0,150,110). Sum of RGB (Red+Green+Blue) = 0+150+110=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #00966E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00966E is #FF6991. Grayscale: #646464. Windows color (decimal): -16738706 or 7247360. OLE color: 7247360.

HSL color Cylindrical-coordinate representation of color #00966E: hue angle of 164º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00966E is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB0150110-
CMYK100.270.41
HSL164º100%29.41%-
HSV(B)164º100%58.82%-
XYZ13.7222.9418.46-
YUV100.59133.356.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 150 (58.98% from 255) = 57.69%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=0%
G=57.69%
B=42.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal0150110100.270.4116410029.41
Hex0966E6401B29a4641d
Octal02261561440335124414435
Binary0100101101101110110010001101110100110100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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