#09926D

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

Shades of Observatory #09926D

Tints of Observatory #09926D

Color information

#09926D (or 0x09926D) is unknown color: approx Observatory. HEX triplet: 09, 92 and 6D. RGB value is (9,146,109). Sum of RGB (Red+Green+Blue) = 9+146+109=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #09926D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09926D is #F66D92. Grayscale: #646464. Windows color (decimal): -16149907 or 7180809. OLE color: 7180809.

HSL color Cylindrical-coordinate representation of color #09926D: hue angle of 163.8º 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 #09926D is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB9146109-
CMYK0.9400.250.43
HSL163.8º88.39%30.39%-
HSV(B)163.8º93.84%57.25%-
XYZ13.1521.7217.97-
YUV100.82132.6162.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.41%
GREEN value IS 146 (57.42% from 255) = 55.30%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=3.41%
G=55.30%
B=41.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91461090.9400.250.43163.888.3930.39
Hex9926D5E0192Ba4581e
Octal112221551360315324413036
Binary1001100100101101101101111001100110101110100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09926D; }

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

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

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

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

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

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

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

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