#09906C

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

Shades of Observatory #09906C

Tints of Observatory #09906C

Color information

#09906C (or 0x09906C) is unknown color: approx Observatory. HEX triplet: 09, 90 and 6C. RGB value is (9,144,108). Sum of RGB (Red+Green+Blue) = 9+144+108=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #09906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09906C is #F66F93. Grayscale: #636363. Windows color (decimal): -16150420 or 7114761. OLE color: 7114761.

HSL color Cylindrical-coordinate representation of color #09906C: hue angle of 164º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09906C is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB9144108-
CMYK0.9400.250.44
HSL164º88.24%30%-
HSV(B)164º93.75%56.47%-
XYZ12.7921.0917.58-
YUV99.53132.7763.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.45%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=3.45%
G=55.17%
B=41.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91441080.9400.250.4416488.2430
Hex9906C5E0192Ca4581e
Octal112201541360315424413036
Binary1001100100001101100101111001100110110010100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09906C; }

 p { color: rgb(9,144,108); }

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

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

 a { background-color: rgb(9,144,108); }

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

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

 span { border-color: rgb(9,144,108); }

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