Shades of Green #097104
Tints of Green #097104
RGB
CMYK
RGB Variations
Color information
#097104 (or 0x097104) is known color: Green. HEX triplet: 09, 71 and 04. RGB value is (9,113,4). Sum of RGB (Red+Green+Blue) = 9+113+4=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 113 (44.53% from 255 or 89.68% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 113 - color contains mainly: green. Hex color #097104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097104 is #F68EFB. Grayscale: #454545. Windows color (decimal): -16158460 or 291081. OLE color: 291081.
HSL color Cylindrical-coordinate representation of color #097104: hue angle of 117.25º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097104 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 113 | 4 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.56 |
| HSL | 117.25º | 0.93% | 0.23% | - |
| HSV(B) | 117.25º | 0.96% | 0.44% | - |
| XYZ | 6.04 | 11.88 | 2.09 | - |
| YUV | 69.48 | 91.04 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 4 | 0.92 | 0 | 0.96 | 0.56 | 117.25 | 0.93 | 0.23 |
| Hex | 9 | 71 | 4 | 5C | 0 | 60 | 38 | 75 | 5D | 17 |
| Octal | 11 | 161 | 4 | 134 | 0 | 140 | 70 | 165 | 135 | 27 |
| Binary | 1001 | 1110001 | 100 | 1011100 | 0 | 1100000 | 111000 | 1110101 | 1011101 | 10111 |
Color Harmonies of #097104
Complementary color
Monochromatic Colors of #097104
Black with #097104
Text Example
Text Example
White with #097104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097104; }
p { color: rgb(9,113,4); }
H1.HeaderClassName
{
color: #097104;
}
.AnyTagClassName
{
color: #097104;
}
</style>
background-color css
<style>
a { background-color: #097104; }
a { background-color: rgb(9,113,4); }
div.DivClassName
{
background-color: #097104;
}
.BgClassName
{
background-color: #097104;
}
</style>
border-color css
<style>
span { border-color: #097104; }
span { border-color: rgb(9,113,4); }
td.TdClassName
{
border-color: #097104;
}
.TagClassName
{
border-color: #097104;
}
</style>