Shades of Green #097413
Tints of Green #097413
RGB
CMYK
RGB Variations
Color information
#097413 (or 0x097413) is known color: Green. HEX triplet: 09, 74 and 13. RGB value is (9,116,19). Sum of RGB (Red+Green+Blue) = 9+116+19=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 116 (45.70% from 255 or 80.56% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 116 - color contains mainly: green. Hex color #097413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097413 is #F68BEC. Grayscale: #494949. Windows color (decimal): -16157677 or 1274889. OLE color: 1274889.
HSL color Cylindrical-coordinate representation of color #097413: hue angle of 125.61º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097413 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 19 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.55 |
| HSL | 125.61º | 0.86% | 0.25% | - |
| HSV(B) | 125.61º | 0.92% | 0.45% | - |
| XYZ | 6.48 | 12.6 | 2.71 | - |
| YUV | 72.95 | 97.55 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 19 | 0.92 | 0 | 0.84 | 0.55 | 125.61 | 0.86 | 0.25 |
| Hex | 9 | 74 | 13 | 5C | 0 | 54 | 37 | 7E | 56 | 19 |
| Octal | 11 | 164 | 23 | 134 | 0 | 124 | 67 | 176 | 126 | 31 |
| Binary | 1001 | 1110100 | 10011 | 1011100 | 0 | 1010100 | 110111 | 1111110 | 1010110 | 11001 |
Color Harmonies of #097413
Complementary color
Monochromatic Colors of #097413
Black with #097413
Text Example
Text Example
White with #097413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097413; }
p { color: rgb(9,116,19); }
H1.HeaderClassName
{
color: #097413;
}
.AnyTagClassName
{
color: #097413;
}
</style>
background-color css
<style>
a { background-color: #097413; }
a { background-color: rgb(9,116,19); }
div.DivClassName
{
background-color: #097413;
}
.BgClassName
{
background-color: #097413;
}
</style>
border-color css
<style>
span { border-color: #097413; }
span { border-color: rgb(9,116,19); }
td.TdClassName
{
border-color: #097413;
}
.TagClassName
{
border-color: #097413;
}
</style>