Shades of Green #097C13
Tints of Green #097C13
RGB
CMYK
RGB Variations
Color information
#097C13 (or 0x097C13) is known color: Green. HEX triplet: 09, 7C and 13. RGB value is (9,124,19). Sum of RGB (Red+Green+Blue) = 9+124+19=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 124 (48.83% from 255 or 81.58% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 124 - color contains mainly: green. Hex color #097C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097C13 is #F683EC. Grayscale: #4D4D4D. Windows color (decimal): -16155629 or 1276937. OLE color: 1276937.
HSL color Cylindrical-coordinate representation of color #097C13: hue angle of 125.22º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C13 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 19 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.51 |
| HSL | 125.22º | 0.86% | 0.26% | - |
| HSV(B) | 125.22º | 0.93% | 0.49% | - |
| XYZ | 7.44 | 14.52 | 3.03 | - |
| YUV | 77.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 19 | 0.93 | 0 | 0.85 | 0.51 | 125.22 | 0.86 | 0.26 |
| Hex | 9 | 7C | 13 | 5D | 0 | 55 | 33 | 7D | 56 | 1A |
| Octal | 11 | 174 | 23 | 135 | 0 | 125 | 63 | 175 | 126 | 32 |
| Binary | 1001 | 1111100 | 10011 | 1011101 | 0 | 1010101 | 110011 | 1111101 | 1010110 | 11010 |
Color Harmonies of #097C13
Complementary color
Monochromatic Colors of #097C13
Black with #097C13
Text Example
Text Example
White with #097C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C13; }
p { color: rgb(9,124,19); }
H1.HeaderClassName
{
color: #097C13;
}
.AnyTagClassName
{
color: #097C13;
}
</style>
background-color css
<style>
a { background-color: #097C13; }
a { background-color: rgb(9,124,19); }
div.DivClassName
{
background-color: #097C13;
}
.BgClassName
{
background-color: #097C13;
}
</style>
border-color css
<style>
span { border-color: #097C13; }
span { border-color: rgb(9,124,19); }
td.TdClassName
{
border-color: #097C13;
}
.TagClassName
{
border-color: #097C13;
}
</style>