#009576

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

Shades of Observatory #009576

Tints of Observatory #009576

Color information

#009576 (or 0x009576) is unknown color: approx Observatory. HEX triplet: 00, 95 and 76. RGB value is (0,149,118). Sum of RGB (Red+Green+Blue) = 0+149+118=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #009576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009576 is #FF6A89. Grayscale: #646464. Windows color (decimal): -16738954 or 7771392. OLE color: 7771392.

HSL color Cylindrical-coordinate representation of color #009576: hue angle of 167.52º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009576 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB0149118-
CMYK100.210.42
HSL167.52º100%29.22%-
HSV(B)167.52º100%58.43%-
XYZ14.0222.820.8-
YUV100.92137.6456.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=0%
G=55.81%
B=44.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0149118100.210.42167.5210029.22
Hex09576640152Aa8641d
Octal02251661440255225014435
Binary0100101011110110110010001010110101010101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009576; }

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

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

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

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

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

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

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

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