Shades of Green #097102
Tints of Green #097102
RGB
CMYK
RGB Variations
Color information
#097102 (or 0x097102) is known color: Green. HEX triplet: 09, 71 and 02. RGB value is (9,113,2). Sum of RGB (Red+Green+Blue) = 9+113+2=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 113 (44.53% from 255 or 91.13% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 113 - color contains mainly: green. Hex color #097102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097102 is #F68EFD. Grayscale: #454545. Windows color (decimal): -16158462 or 160009. OLE color: 160009.
HSL color Cylindrical-coordinate representation of color #097102: hue angle of 116.22º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #097102 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 113 | 2 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.56 |
| HSL | 116.22º | 0.97% | 0.23% | - |
| HSV(B) | 116.22º | 0.98% | 0.44% | - |
| XYZ | 6.03 | 11.87 | 2.03 | - |
| YUV | 69.25 | 90.04 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 2 | 0.92 | 0 | 0.98 | 0.56 | 116.22 | 0.97 | 0.23 |
| Hex | 9 | 71 | 2 | 5C | 0 | 62 | 38 | 74 | 61 | 17 |
| Octal | 11 | 161 | 2 | 134 | 0 | 142 | 70 | 164 | 141 | 27 |
| Binary | 1001 | 1110001 | 10 | 1011100 | 0 | 1100010 | 111000 | 1110100 | 1100001 | 10111 |
Color Harmonies of #097102
Complementary color
Monochromatic Colors of #097102
Black with #097102
Text Example
Text Example
White with #097102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097102; }
p { color: rgb(9,113,2); }
H1.HeaderClassName
{
color: #097102;
}
.AnyTagClassName
{
color: #097102;
}
</style>
background-color css
<style>
a { background-color: #097102; }
a { background-color: rgb(9,113,2); }
div.DivClassName
{
background-color: #097102;
}
.BgClassName
{
background-color: #097102;
}
</style>
border-color css
<style>
span { border-color: #097102; }
span { border-color: rgb(9,113,2); }
td.TdClassName
{
border-color: #097102;
}
.TagClassName
{
border-color: #097102;
}
</style>