Shades of Green #097513
Tints of Green #097513
RGB
CMYK
RGB Variations
Color information
#097513 (or 0x097513) is known color: Green. HEX triplet: 09, 75 and 13. RGB value is (9,117,19). Sum of RGB (Red+Green+Blue) = 9+117+19=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #097513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097513 is #F68AEC. Grayscale: #494949. Windows color (decimal): -16157421 or 1275145. OLE color: 1275145.
HSL color Cylindrical-coordinate representation of color #097513: hue angle of 125.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097513 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 19 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.54 |
| HSL | 125.56º | 0.86% | 0.25% | - |
| HSV(B) | 125.56º | 0.92% | 0.46% | - |
| XYZ | 6.59 | 12.83 | 2.74 | - |
| YUV | 73.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 19 | 0.92 | 0 | 0.84 | 0.54 | 125.56 | 0.86 | 0.25 |
| Hex | 9 | 75 | 13 | 5C | 0 | 54 | 36 | 7E | 56 | 19 |
| Octal | 11 | 165 | 23 | 134 | 0 | 124 | 66 | 176 | 126 | 31 |
| Binary | 1001 | 1110101 | 10011 | 1011100 | 0 | 1010100 | 110110 | 1111110 | 1010110 | 11001 |
Color Harmonies of #097513
Complementary color
Monochromatic Colors of #097513
Black with #097513
Text Example
Text Example
White with #097513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097513; }
p { color: rgb(9,117,19); }
H1.HeaderClassName
{
color: #097513;
}
.AnyTagClassName
{
color: #097513;
}
</style>
background-color css
<style>
a { background-color: #097513; }
a { background-color: rgb(9,117,19); }
div.DivClassName
{
background-color: #097513;
}
.BgClassName
{
background-color: #097513;
}
</style>
border-color css
<style>
span { border-color: #097513; }
span { border-color: rgb(9,117,19); }
td.TdClassName
{
border-color: #097513;
}
.TagClassName
{
border-color: #097513;
}
</style>