#096E3F

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

Shades of Jewel #096E3F

Tints of Jewel #096E3F

Color information

#096E3F (or 0x096E3F) is unknown color: approx Jewel. HEX triplet: 09, 6E and 3F. RGB value is (9,110,63). Sum of RGB (Red+Green+Blue) = 9+110+63=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 110 (43.36% from 255 or 60.44% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 110 - color contains mainly: green. Hex color #096E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096E3F is #F691C0. Grayscale: #4A4A4A. Windows color (decimal): -16159169 or 4156937. OLE color: 4156937.

HSL color Cylindrical-coordinate representation of color #096E3F: hue angle of 152.08º 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 #096E3F is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB911063-
CMYK0.9200.430.57
HSL152.08º84.87%23.33%-
HSV(B)152.08º91.82%43.14%-
XYZ6.5911.576.59-
YUV74.44121.5481.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 110 (43.36% from 255) = 60.44%
BLUE value IS 63 (25% from 255) = 34.62%
R=4.95%
G=60.44%
B=34.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9110630.9200.430.57152.0884.8723.33
Hex96E3F5C02B39985517
Octal11156771340537123012527
Binary100111011101111111011100010101111100110011000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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