Shades of Green #097013
Tints of Green #097013
RGB
CMYK
RGB Variations
Color information
#097013 (or 0x097013) is known color: Green. HEX triplet: 09, 70 and 13. RGB value is (9,112,19). Sum of RGB (Red+Green+Blue) = 9+112+19=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #097013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097013 is #F68FEC. Grayscale: #464646. Windows color (decimal): -16158701 or 1273865. OLE color: 1273865.
HSL color Cylindrical-coordinate representation of color #097013: hue angle of 125.83º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097013 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 19 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.56 |
| HSL | 125.83º | 0.85% | 0.24% | - |
| HSV(B) | 125.83º | 0.92% | 0.44% | - |
| XYZ | 6.02 | 11.69 | 2.56 | - |
| YUV | 70.6 | 98.88 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 19 | 0.92 | 0 | 0.83 | 0.56 | 125.83 | 0.85 | 0.24 |
| Hex | 9 | 70 | 13 | 5C | 0 | 53 | 38 | 7E | 55 | 18 |
| Octal | 11 | 160 | 23 | 134 | 0 | 123 | 70 | 176 | 125 | 30 |
| Binary | 1001 | 1110000 | 10011 | 1011100 | 0 | 1010011 | 111000 | 1111110 | 1010101 | 11000 |
Color Harmonies of #097013
Complementary color
Monochromatic Colors of #097013
Black with #097013
Text Example
Text Example
White with #097013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097013; }
p { color: rgb(9,112,19); }
H1.HeaderClassName
{
color: #097013;
}
.AnyTagClassName
{
color: #097013;
}
</style>
background-color css
<style>
a { background-color: #097013; }
a { background-color: rgb(9,112,19); }
div.DivClassName
{
background-color: #097013;
}
.BgClassName
{
background-color: #097013;
}
</style>
border-color css
<style>
span { border-color: #097013; }
span { border-color: rgb(9,112,19); }
td.TdClassName
{
border-color: #097013;
}
.TagClassName
{
border-color: #097013;
}
</style>