Shades of Green #097612
Tints of Green #097612
RGB
CMYK
RGB Variations
Color information
#097612 (or 0x097612) is known color: Green. HEX triplet: 09, 76 and 12. RGB value is (9,118,18). Sum of RGB (Red+Green+Blue) = 9+118+18=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #097612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097612 is #F689ED. Grayscale: #4A4A4A. Windows color (decimal): -16157166 or 1209865. OLE color: 1209865.
HSL color Cylindrical-coordinate representation of color #097612: hue angle of 124.95º 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 #097612 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 18 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.54 |
| HSL | 124.95º | 0.86% | 0.25% | - |
| HSV(B) | 124.95º | 0.92% | 0.46% | - |
| XYZ | 6.7 | 13.06 | 2.74 | - |
| YUV | 74.01 | 96.39 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 18 | 0.92 | 0 | 0.85 | 0.54 | 124.95 | 0.86 | 0.25 |
| Hex | 9 | 76 | 12 | 5C | 0 | 55 | 36 | 7D | 56 | 19 |
| Octal | 11 | 166 | 22 | 134 | 0 | 125 | 66 | 175 | 126 | 31 |
| Binary | 1001 | 1110110 | 10010 | 1011100 | 0 | 1010101 | 110110 | 1111101 | 1010110 | 11001 |
Color Harmonies of #097612
Complementary color
Monochromatic Colors of #097612
Black with #097612
Text Example
Text Example
White with #097612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097612; }
p { color: rgb(9,118,18); }
H1.HeaderClassName
{
color: #097612;
}
.AnyTagClassName
{
color: #097612;
}
</style>
background-color css
<style>
a { background-color: #097612; }
a { background-color: rgb(9,118,18); }
div.DivClassName
{
background-color: #097612;
}
.BgClassName
{
background-color: #097612;
}
</style>
border-color css
<style>
span { border-color: #097612; }
span { border-color: rgb(9,118,18); }
td.TdClassName
{
border-color: #097612;
}
.TagClassName
{
border-color: #097612;
}
</style>