#096C40

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

Shades of Jewel #096C40

Tints of Jewel #096C40

Color information

#096C40 (or 0x096C40) is unknown color: approx Jewel. HEX triplet: 09, 6C and 40. RGB value is (9,108,64). Sum of RGB (Red+Green+Blue) = 9+108+64=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #096C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C40 is #F693BF. Grayscale: #494949. Windows color (decimal): -16159680 or 4221961. OLE color: 4221961.

HSL color Cylindrical-coordinate representation of color #096C40: hue angle of 153.33º degrees, saturation: 0.85, 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 #096C40 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB910864-
CMYK0.9200.410.58
HSL153.33º84.62%22.94%-
HSV(B)153.33º91.67%42.35%-
XYZ6.411.156.67-
YUV73.38122.782.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 108 (42.58% from 255) = 59.67%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=4.97%
G=59.67%
B=35.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9108640.9200.410.58153.3384.6222.94
Hex96C405C0293A995517
Octal111541001340517223112527
Binary1001110110010000001011100010100111101010011001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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