Shades of Green #097409
Tints of Green #097409
RGB
CMYK
RGB Variations
Color information
#097409 (or 0x097409) is known color: Green. HEX triplet: 09, 74 and 09. RGB value is (9,116,9). Sum of RGB (Red+Green+Blue) = 9+116+9=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 116 (45.70% from 255 or 86.57% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 116 - color contains mainly: green. Hex color #097409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097409 is #F68BF6. Grayscale: #484848. Windows color (decimal): -16157687 or 619529. OLE color: 619529.
HSL color Cylindrical-coordinate representation of color #097409: hue angle of 120º 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 #097409 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 9 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.55 |
| HSL | 120º | 0.86% | 0.25% | - |
| HSV(B) | 120º | 0.92% | 0.45% | - |
| XYZ | 6.41 | 12.57 | 2.35 | - |
| YUV | 71.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 9 | 0.92 | 0 | 0.92 | 0.55 | 120 | 0.86 | 0.25 |
| Hex | 9 | 74 | 9 | 5C | 0 | 5C | 37 | 78 | 56 | 19 |
| Octal | 11 | 164 | 11 | 134 | 0 | 134 | 67 | 170 | 126 | 31 |
| Binary | 1001 | 1110100 | 1001 | 1011100 | 0 | 1011100 | 110111 | 1111000 | 1010110 | 11001 |
Color Harmonies of #097409
Complementary color
Monochromatic Colors of #097409
Black with #097409
Text Example
Text Example
White with #097409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097409; }
p { color: rgb(9,116,9); }
H1.HeaderClassName
{
color: #097409;
}
.AnyTagClassName
{
color: #097409;
}
</style>
background-color css
<style>
a { background-color: #097409; }
a { background-color: rgb(9,116,9); }
div.DivClassName
{
background-color: #097409;
}
.BgClassName
{
background-color: #097409;
}
</style>
border-color css
<style>
span { border-color: #097409; }
span { border-color: rgb(9,116,9); }
td.TdClassName
{
border-color: #097409;
}
.TagClassName
{
border-color: #097409;
}
</style>