Shades of Green #097114
Tints of Green #097114
RGB
CMYK
RGB Variations
Color information
#097114 (or 0x097114) is known color: Green. HEX triplet: 09, 71 and 14. RGB value is (9,113,20). Sum of RGB (Red+Green+Blue) = 9+113+20=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 113 (44.53% from 255 or 79.58% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 113 - color contains mainly: green. Hex color #097114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097114 is #F68EEB. Grayscale: #474747. Windows color (decimal): -16158444 or 1339657. OLE color: 1339657.
HSL color Cylindrical-coordinate representation of color #097114: hue angle of 126.35º 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 #097114 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 113 | 20 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.56 |
| HSL | 126.35º | 0.85% | 0.24% | - |
| HSV(B) | 126.35º | 0.92% | 0.44% | - |
| XYZ | 6.14 | 11.92 | 2.64 | - |
| YUV | 71.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 20 | 0.92 | 0 | 0.82 | 0.56 | 126.35 | 0.85 | 0.24 |
| Hex | 9 | 71 | 14 | 5C | 0 | 52 | 38 | 7E | 55 | 18 |
| Octal | 11 | 161 | 24 | 134 | 0 | 122 | 70 | 176 | 125 | 30 |
| Binary | 1001 | 1110001 | 10100 | 1011100 | 0 | 1010010 | 111000 | 1111110 | 1010101 | 11000 |
Color Harmonies of #097114
Complementary color
Monochromatic Colors of #097114
Black with #097114
Text Example
Text Example
White with #097114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097114; }
p { color: rgb(9,113,20); }
H1.HeaderClassName
{
color: #097114;
}
.AnyTagClassName
{
color: #097114;
}
</style>
background-color css
<style>
a { background-color: #097114; }
a { background-color: rgb(9,113,20); }
div.DivClassName
{
background-color: #097114;
}
.BgClassName
{
background-color: #097114;
}
</style>
border-color css
<style>
span { border-color: #097114; }
span { border-color: rgb(9,113,20); }
td.TdClassName
{
border-color: #097114;
}
.TagClassName
{
border-color: #097114;
}
</style>