#096040

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

Shades of Jewel #096040

Tints of Jewel #096040

Color information

#096040 (or 0x096040) is unknown color: approx Jewel. HEX triplet: 09, 60 and 40. RGB value is (9,96,64). Sum of RGB (Red+Green+Blue) = 9+96+64=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #096040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096040 is #F69FBF. Grayscale: #424242. Windows color (decimal): -16162752 or 4218889. OLE color: 4218889.

HSL color Cylindrical-coordinate representation of color #096040: hue angle of 157.93º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096040 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB99664-
CMYK0.9100.330.62
HSL157.93º82.86%20.59%-
HSV(B)157.93º90.62%37.65%-
XYZ5.228.796.27-
YUV66.34126.6887.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=5.33%
G=56.80%
B=37.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996640.9100.330.62157.9382.8620.59
Hex960405B0213E9e5315
Octal111401001330417623612325
Binary1001110000010000001011011010000111111010011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096040; }

 p { color: rgb(9,96,64); }

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

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

 a { background-color: rgb(9,96,64); }

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

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

 span { border-color: rgb(9,96,64); }

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