#098966

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

Shades of Observatory #098966

Tints of Observatory #098966

Color information

#098966 (or 0x098966) is unknown color: approx Observatory. HEX triplet: 09, 89 and 66. RGB value is (9,137,102). Sum of RGB (Red+Green+Blue) = 9+137+102=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #098966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098966 is #F67699. Grayscale: #5E5E5E. Windows color (decimal): -16152218 or 6719753. OLE color: 6719753.

HSL color Cylindrical-coordinate representation of color #098966: hue angle of 163.59º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098966 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB9137102-
CMYK0.9300.260.46
HSL163.59º87.67%28.63%-
HSV(B)163.59º93.43%53.73%-
XYZ11.4618.9115.62-
YUV94.74132.0966.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.63%
GREEN value IS 137 (53.91% from 255) = 55.24%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=3.63%
G=55.24%
B=41.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91371020.9300.260.46163.5987.6728.63
Hex989665D01A2Ea4581d
Octal112111461350325624413035
Binary1001100010011100110101110101101010111010100100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098966; }

 p { color: rgb(9,137,102); }

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

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

 a { background-color: rgb(9,137,102); }

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

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

 span { border-color: rgb(9,137,102); }

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