Shades of Green #097402
Tints of Green #097402
RGB
CMYK
RGB Variations
Color information
#097402 (or 0x097402) is known color: Green. HEX triplet: 09, 74 and 02. RGB value is (9,116,2). Sum of RGB (Red+Green+Blue) = 9+116+2=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 116 (45.70% from 255 or 91.34% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 116 - color contains mainly: green. Hex color #097402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097402 is #F68BFD. Grayscale: #474747. Windows color (decimal): -16157694 or 160777. OLE color: 160777.
HSL color Cylindrical-coordinate representation of color #097402: hue angle of 116.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #097402 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 2 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.55 |
| HSL | 116.32º | 0.97% | 0.23% | - |
| HSV(B) | 116.32º | 0.98% | 0.45% | - |
| XYZ | 6.37 | 12.55 | 2.14 | - |
| YUV | 71.01 | 89.05 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 2 | 0.92 | 0 | 0.98 | 0.55 | 116.32 | 0.97 | 0.23 |
| Hex | 9 | 74 | 2 | 5C | 0 | 62 | 37 | 74 | 61 | 17 |
| Octal | 11 | 164 | 2 | 134 | 0 | 142 | 67 | 164 | 141 | 27 |
| Binary | 1001 | 1110100 | 10 | 1011100 | 0 | 1100010 | 110111 | 1110100 | 1100001 | 10111 |
Color Harmonies of #097402
Complementary color
Monochromatic Colors of #097402
Black with #097402
Text Example
Text Example
White with #097402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097402; }
p { color: rgb(9,116,2); }
H1.HeaderClassName
{
color: #097402;
}
.AnyTagClassName
{
color: #097402;
}
</style>
background-color css
<style>
a { background-color: #097402; }
a { background-color: rgb(9,116,2); }
div.DivClassName
{
background-color: #097402;
}
.BgClassName
{
background-color: #097402;
}
</style>
border-color css
<style>
span { border-color: #097402; }
span { border-color: rgb(9,116,2); }
td.TdClassName
{
border-color: #097402;
}
.TagClassName
{
border-color: #097402;
}
</style>