#096A46

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

Shades of Jewel #096A46

Tints of Jewel #096A46

Color information

#096A46 (or 0x096A46) is unknown color: approx Jewel. HEX triplet: 09, 6A and 46. RGB value is (9,106,70). Sum of RGB (Red+Green+Blue) = 9+106+70=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 106 (41.80% from 255 or 57.30% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 106 - color contains mainly: green. Hex color #096A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A46 is #F695B9. Grayscale: #484848. Windows color (decimal): -16160186 or 4614665. OLE color: 4614665.

HSL color Cylindrical-coordinate representation of color #096A46: hue angle of 157.73º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A46 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB910670-
CMYK0.9200.340.58
HSL157.73º84.35%22.55%-
HSV(B)157.73º91.51%41.57%-
XYZ6.3710.817.54-
YUV72.89126.3682.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 106 (41.80% from 255) = 57.30%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=4.86%
G=57.30%
B=37.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9106700.9200.340.58157.7384.3522.55
Hex96A465C0223A9e5417
Octal111521061340427223612427
Binary1001110101010001101011100010001011101010011110101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096A46; }

 p { color: rgb(9,106,70); }

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

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

 a { background-color: rgb(9,106,70); }

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

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

 span { border-color: rgb(9,106,70); }

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