Shades of Green #096F03
Tints of Green #096F03
RGB
CMYK
RGB Variations
Color information
#096F03 (or 0x096F03) is known color: Green. HEX triplet: 09, 6F and 03. RGB value is (9,111,3). Sum of RGB (Red+Green+Blue) = 9+111+3=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 111 (43.75% from 255 or 90.24% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 111 - color contains mainly: green. Hex color #096F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096F03 is #F690FC. Grayscale: #444444. Windows color (decimal): -16158973 or 225033. OLE color: 225033.
HSL color Cylindrical-coordinate representation of color #096F03: hue angle of 116.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #096F03 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 111 | 3 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.56 |
| HSL | 116.67º | 0.95% | 0.22% | - |
| HSV(B) | 116.67º | 0.97% | 0.44% | - |
| XYZ | 5.81 | 11.43 | 1.99 | - |
| YUV | 68.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 3 | 0.92 | 0 | 0.97 | 0.56 | 116.67 | 0.95 | 0.22 |
| Hex | 9 | 6F | 3 | 5C | 0 | 61 | 38 | 75 | 5F | 16 |
| Octal | 11 | 157 | 3 | 134 | 0 | 141 | 70 | 165 | 137 | 26 |
| Binary | 1001 | 1101111 | 11 | 1011100 | 0 | 1100001 | 111000 | 1110101 | 1011111 | 10110 |
Color Harmonies of #096F03
Complementary color
Monochromatic Colors of #096F03
Black with #096F03
Text Example
Text Example
White with #096F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F03; }
p { color: rgb(9,111,3); }
H1.HeaderClassName
{
color: #096F03;
}
.AnyTagClassName
{
color: #096F03;
}
</style>
background-color css
<style>
a { background-color: #096F03; }
a { background-color: rgb(9,111,3); }
div.DivClassName
{
background-color: #096F03;
}
.BgClassName
{
background-color: #096F03;
}
</style>
border-color css
<style>
span { border-color: #096F03; }
span { border-color: rgb(9,111,3); }
td.TdClassName
{
border-color: #096F03;
}
.TagClassName
{
border-color: #096F03;
}
</style>