#099276

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

Shades of Observatory #099276

Tints of Observatory #099276

Color information

#099276 (or 0x099276) is unknown color: approx Observatory. HEX triplet: 09, 92 and 76. RGB value is (9,146,118). Sum of RGB (Red+Green+Blue) = 9+146+118=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #099276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099276 is #F66D89. Grayscale: #656565. Windows color (decimal): -16149898 or 7770633. OLE color: 7770633.

HSL color Cylindrical-coordinate representation of color #099276: hue angle of 167.74º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099276 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB9146118-
CMYK0.9400.190.43
HSL167.74º88.39%30.39%-
HSV(B)167.74º93.84%57.25%-
XYZ13.6621.9220.65-
YUV101.84137.1161.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 146 (57.42% from 255) = 53.48%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=3.30%
G=53.48%
B=43.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91461180.9400.190.43167.7488.3930.39
Hex992765E0132Ba8581e
Octal112221661360235325013036
Binary1001100100101110110101111001001110101110101000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099276; }

 p { color: rgb(9,146,118); }

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

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

 a { background-color: rgb(9,146,118); }

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

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

 span { border-color: rgb(9,146,118); }

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