#09936B

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

Shades of Observatory #09936B

Tints of Observatory #09936B

Color information

#09936B (or 0x09936B) is unknown color: approx Observatory. HEX triplet: 09, 93 and 6B. RGB value is (9,147,107). Sum of RGB (Red+Green+Blue) = 9+147+107=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #09936B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09936B is #F66C94. Grayscale: #656565. Windows color (decimal): -16149653 or 7049993. OLE color: 7049993.

HSL color Cylindrical-coordinate representation of color #09936B: hue angle of 162.61º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09936B is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB9147107-
CMYK0.9400.270.42
HSL162.61º88.46%30.59%-
HSV(B)162.61º93.88%57.65%-
XYZ13.221.9917.46-
YUV101.18131.2862.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.42%
GREEN value IS 147 (57.81% from 255) = 55.89%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=3.42%
G=55.89%
B=40.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91471070.9400.270.42162.6188.4630.59
Hex9936B5E01B2Aa3581f
Octal112231531360335224313037
Binary1001100100111101011101111001101110101010100011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09936B; }

 p { color: rgb(9,147,107); }

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

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

 a { background-color: rgb(9,147,107); }

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

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

 span { border-color: rgb(9,147,107); }

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