#096E3C

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

Shades of Jewel #096E3C

Tints of Jewel #096E3C

Color information

#096E3C (or 0x096E3C) is unknown color: approx Jewel. HEX triplet: 09, 6E and 3C. RGB value is (9,110,60). Sum of RGB (Red+Green+Blue) = 9+110+60=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 110 (43.36% from 255 or 61.45% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 110 - color contains mainly: green. Hex color #096E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096E3C is #F691C3. Grayscale: #4A4A4A. Windows color (decimal): -16159172 or 3960329. OLE color: 3960329.

HSL color Cylindrical-coordinate representation of color #096E3C: hue angle of 150.3º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E3C is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB911060-
CMYK0.9200.450.57
HSL150.3º84.87%23.33%-
HSV(B)150.3º91.82%43.14%-
XYZ6.511.546.16-
YUV74.1120.0481.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 110 (43.36% from 255) = 61.45%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=5.03%
G=61.45%
B=33.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9110600.9200.450.57150.384.8723.33
Hex96E3C5C02D39965517
Octal11156741340557122612527
Binary100111011101111001011100010110111100110010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,110,60); }

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

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

 a { background-color: rgb(9,110,60); }

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

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

 span { border-color: rgb(9,110,60); }

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