#096C3A

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

Shades of Jewel #096C3A

Tints of Jewel #096C3A

Color information

#096C3A (or 0x096C3A) is unknown color: approx Jewel. HEX triplet: 09, 6C and 3A. RGB value is (9,108,58). Sum of RGB (Red+Green+Blue) = 9+108+58=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 108 (42.58% from 255 or 61.71% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 108 - color contains mainly: green. Hex color #096C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C3A is #F693C5. Grayscale: #484848. Windows color (decimal): -16159686 or 3828745. OLE color: 3828745.

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

Color convert

RGB910858-
CMYK0.9200.460.58
HSL149.7º84.62%22.94%-
HSV(B)149.7º91.67%42.35%-
XYZ6.2411.095.81-
YUV72.7119.782.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 108 (42.58% from 255) = 61.71%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=5.14%
G=61.71%
B=33.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9108580.9200.460.58149.784.6222.94
Hex96C3A5C02E3A965517
Octal11154721340567222612527
Binary100111011001110101011100010111011101010010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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