Shades of Green #096C04
Tints of Green #096C04
RGB
CMYK
RGB Variations
Color information
#096C04 (or 0x096C04) is known color: Green. HEX triplet: 09, 6C and 04. RGB value is (9,108,4). Sum of RGB (Red+Green+Blue) = 9+108+4=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 108 (42.58% from 255 or 89.26% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 108 - color contains mainly: green. Hex color #096C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096C04 is #F693FB. Grayscale: #424242. Windows color (decimal): -16159740 or 289801. OLE color: 289801.
HSL color Cylindrical-coordinate representation of color #096C04: hue angle of 117.12º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096C04 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 108 | 4 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.58 |
| HSL | 117.12º | 0.93% | 0.22% | - |
| HSV(B) | 117.12º | 0.96% | 0.42% | - |
| XYZ | 5.5 | 10.79 | 1.91 | - |
| YUV | 66.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 4 | 0.92 | 0 | 0.96 | 0.58 | 117.12 | 0.93 | 0.22 |
| Hex | 9 | 6C | 4 | 5C | 0 | 60 | 3A | 75 | 5D | 16 |
| Octal | 11 | 154 | 4 | 134 | 0 | 140 | 72 | 165 | 135 | 26 |
| Binary | 1001 | 1101100 | 100 | 1011100 | 0 | 1100000 | 111010 | 1110101 | 1011101 | 10110 |
Color Harmonies of #096C04
Complementary color
Monochromatic Colors of #096C04
Black with #096C04
Text Example
Text Example
White with #096C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C04; }
p { color: rgb(9,108,4); }
H1.HeaderClassName
{
color: #096C04;
}
.AnyTagClassName
{
color: #096C04;
}
</style>
background-color css
<style>
a { background-color: #096C04; }
a { background-color: rgb(9,108,4); }
div.DivClassName
{
background-color: #096C04;
}
.BgClassName
{
background-color: #096C04;
}
</style>
border-color css
<style>
span { border-color: #096C04; }
span { border-color: rgb(9,108,4); }
td.TdClassName
{
border-color: #096C04;
}
.TagClassName
{
border-color: #096C04;
}
</style>