#096240

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

Shades of Jewel #096240

Tints of Jewel #096240

Color information

#096240 (or 0x096240) is unknown color: approx Jewel. HEX triplet: 09, 62 and 40. RGB value is (9,98,64). Sum of RGB (Red+Green+Blue) = 9+98+64=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #096240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096240 is #F69DBF. Grayscale: #434343. Windows color (decimal): -16162240 or 4219401. OLE color: 4219401.

HSL color Cylindrical-coordinate representation of color #096240: hue angle of 157.08º 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 #096240 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB99864-
CMYK0.9100.350.62
HSL157.08º83.18%20.98%-
HSV(B)157.08º90.82%38.43%-
XYZ5.419.166.33-
YUV67.51126.0186.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=5.26%
G=57.31%
B=37.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998640.9100.350.62157.0883.1820.98
Hex962405B0233E9d5315
Octal111421001330437623512325
Binary1001110001010000001011011010001111111010011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096240; }

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

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

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

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

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

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

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

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