#009277

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

Shades of Observatory #009277

Tints of Observatory #009277

Color information

#009277 (or 0x009277) is unknown color: approx Observatory. HEX triplet: 00, 92 and 77. RGB value is (0,146,119). Sum of RGB (Red+Green+Blue) = 0+146+119=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #009277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009277 is #FF6D88. Grayscale: #636363. Windows color (decimal): -16739721 or 7836160. OLE color: 7836160.

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

Color convert

RGB0146119-
CMYK100.180.43
HSL168.9º100%28.63%-
HSV(B)168.9º100%57.25%-
XYZ13.6121.8920.96-
YUV99.27139.1357.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=0%
G=55.09%
B=44.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0146119100.180.43168.910028.63
Hex09277640122Ba9641d
Octal02221671440225325114435
Binary0100100101110111110010001001010101110101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009277; }

 p { color: rgb(0,146,119); }

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

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

 a { background-color: rgb(0,146,119); }

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

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

 span { border-color: rgb(0,146,119); }

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