Shades of Green #096313
Tints of Green #096313
RGB
CMYK
RGB Variations
Color information
#096313 (or 0x096313) is known color: Green. HEX triplet: 09, 63 and 13. RGB value is (9,99,19). Sum of RGB (Red+Green+Blue) = 9+99+19=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #096313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096313 is #F69CEC. Grayscale: #3F3F3F. Windows color (decimal): -16162029 or 1270537. OLE color: 1270537.
HSL color Cylindrical-coordinate representation of color #096313: hue angle of 126.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096313 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 19 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.61 |
| HSL | 126.67º | 0.83% | 0.21% | - |
| HSV(B) | 126.67º | 0.91% | 0.39% | - |
| XYZ | 4.69 | 9.03 | 2.11 | - |
| YUV | 62.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 19 | 0.91 | 0 | 0.81 | 0.61 | 126.67 | 0.83 | 0.21 |
| Hex | 9 | 63 | 13 | 5B | 0 | 51 | 3D | 7F | 53 | 15 |
| Octal | 11 | 143 | 23 | 133 | 0 | 121 | 75 | 177 | 123 | 25 |
| Binary | 1001 | 1100011 | 10011 | 1011011 | 0 | 1010001 | 111101 | 1111111 | 1010011 | 10101 |
Color Harmonies of #096313
Complementary color
Monochromatic Colors of #096313
Black with #096313
Text Example
Text Example
White with #096313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096313; }
p { color: rgb(9,99,19); }
H1.HeaderClassName
{
color: #096313;
}
.AnyTagClassName
{
color: #096313;
}
</style>
background-color css
<style>
a { background-color: #096313; }
a { background-color: rgb(9,99,19); }
div.DivClassName
{
background-color: #096313;
}
.BgClassName
{
background-color: #096313;
}
</style>
border-color css
<style>
span { border-color: #096313; }
span { border-color: rgb(9,99,19); }
td.TdClassName
{
border-color: #096313;
}
.TagClassName
{
border-color: #096313;
}
</style>