Shades of Green #097D04
Tints of Green #097D04
RGB
CMYK
RGB Variations
Color information
#097D04 (or 0x097D04) is known color: Green. HEX triplet: 09, 7D and 04. RGB value is (9,125,4). Sum of RGB (Red+Green+Blue) = 9+125+4=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 125 (49.22% from 255 or 90.58% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 125 - color contains mainly: green. Hex color #097D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097D04 is #F682FB. Grayscale: #4C4C4C. Windows color (decimal): -16155388 or 294153. OLE color: 294153.
HSL color Cylindrical-coordinate representation of color #097D04: hue angle of 117.52º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #097D04 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 125 | 4 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.51 |
| HSL | 117.52º | 0.94% | 0.25% | - |
| HSV(B) | 117.52º | 0.97% | 0.49% | - |
| XYZ | 7.47 | 14.73 | 2.57 | - |
| YUV | 76.52 | 87.07 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 4 | 0.93 | 0 | 0.97 | 0.51 | 117.52 | 0.94 | 0.25 |
| Hex | 9 | 7D | 4 | 5D | 0 | 61 | 33 | 76 | 5E | 19 |
| Octal | 11 | 175 | 4 | 135 | 0 | 141 | 63 | 166 | 136 | 31 |
| Binary | 1001 | 1111101 | 100 | 1011101 | 0 | 1100001 | 110011 | 1110110 | 1011110 | 11001 |
Color Harmonies of #097D04
Complementary color
Monochromatic Colors of #097D04
Black with #097D04
Text Example
Text Example
White with #097D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097D04; }
p { color: rgb(9,125,4); }
H1.HeaderClassName
{
color: #097D04;
}
.AnyTagClassName
{
color: #097D04;
}
</style>
background-color css
<style>
a { background-color: #097D04; }
a { background-color: rgb(9,125,4); }
div.DivClassName
{
background-color: #097D04;
}
.BgClassName
{
background-color: #097D04;
}
</style>
border-color css
<style>
span { border-color: #097D04; }
span { border-color: rgb(9,125,4); }
td.TdClassName
{
border-color: #097D04;
}
.TagClassName
{
border-color: #097D04;
}
</style>