#009076

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

Shades of Observatory #009076

Tints of Observatory #009076

Color information

#009076 (or 0x009076) is unknown color: approx Observatory. HEX triplet: 00, 90 and 76. RGB value is (0,144,118). Sum of RGB (Red+Green+Blue) = 0+144+118=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #009076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009076 is #FF6F89. Grayscale: #616161. Windows color (decimal): -16740234 or 7770112. OLE color: 7770112.

HSL color Cylindrical-coordinate representation of color #009076: hue angle of 169.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009076 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB0144118-
CMYK100.180.44
HSL169.17º100%28.24%-
HSV(B)169.17º100%56.47%-
XYZ13.2421.2520.54-
YUV97.98139.2958.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=0%
G=54.96%
B=45.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0144118100.180.44169.1710028.24
Hex09076640122Ca9641c
Octal02201661440225425114434
Binary0100100001110110110010001001010110010101001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009076; }

 p { color: rgb(0,144,118); }

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

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

 a { background-color: rgb(0,144,118); }

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

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

 span { border-color: rgb(0,144,118); }

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