Shades of Green #097012
Tints of Green #097012
RGB
CMYK
RGB Variations
Color information
#097012 (or 0x097012) is known color: Green. HEX triplet: 09, 70 and 12. RGB value is (9,112,18). Sum of RGB (Red+Green+Blue) = 9+112+18=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #097012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097012 is #F68FED. Grayscale: #464646. Windows color (decimal): -16158702 or 1208329. OLE color: 1208329.
HSL color Cylindrical-coordinate representation of color #097012: hue angle of 125.24º 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 #097012 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 18 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.56 |
| HSL | 125.24º | 0.85% | 0.24% | - |
| HSV(B) | 125.24º | 0.92% | 0.44% | - |
| XYZ | 6.02 | 11.69 | 2.51 | - |
| YUV | 70.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 18 | 0.92 | 0 | 0.84 | 0.56 | 125.24 | 0.85 | 0.24 |
| Hex | 9 | 70 | 12 | 5C | 0 | 54 | 38 | 7D | 55 | 18 |
| Octal | 11 | 160 | 22 | 134 | 0 | 124 | 70 | 175 | 125 | 30 |
| Binary | 1001 | 1110000 | 10010 | 1011100 | 0 | 1010100 | 111000 | 1111101 | 1010101 | 11000 |
Color Harmonies of #097012
Complementary color
Monochromatic Colors of #097012
Black with #097012
Text Example
Text Example
White with #097012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097012; }
p { color: rgb(9,112,18); }
H1.HeaderClassName
{
color: #097012;
}
.AnyTagClassName
{
color: #097012;
}
</style>
background-color css
<style>
a { background-color: #097012; }
a { background-color: rgb(9,112,18); }
div.DivClassName
{
background-color: #097012;
}
.BgClassName
{
background-color: #097012;
}
</style>
border-color css
<style>
span { border-color: #097012; }
span { border-color: rgb(9,112,18); }
td.TdClassName
{
border-color: #097012;
}
.TagClassName
{
border-color: #097012;
}
</style>