Shades of Green #097C05
Tints of Green #097C05
RGB
CMYK
RGB Variations
Color information
#097C05 (or 0x097C05) is known color: Green. HEX triplet: 09, 7C and 05. RGB value is (9,124,5). Sum of RGB (Red+Green+Blue) = 9+124+5=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 124 (48.83% from 255 or 89.86% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 124 - color contains mainly: green. Hex color #097C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097C05 is #F683FA. Grayscale: #4C4C4C. Windows color (decimal): -16155643 or 359433. OLE color: 359433.
HSL color Cylindrical-coordinate representation of color #097C05: hue angle of 117.98º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097C05 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 5 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.51 |
| HSL | 117.98º | 0.92% | 0.25% | - |
| HSV(B) | 117.98º | 0.96% | 0.49% | - |
| XYZ | 7.35 | 14.48 | 2.55 | - |
| YUV | 76.05 | 87.9 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 5 | 0.93 | 0 | 0.96 | 0.51 | 117.98 | 0.92 | 0.25 |
| Hex | 9 | 7C | 5 | 5D | 0 | 60 | 33 | 76 | 5C | 19 |
| Octal | 11 | 174 | 5 | 135 | 0 | 140 | 63 | 166 | 134 | 31 |
| Binary | 1001 | 1111100 | 101 | 1011101 | 0 | 1100000 | 110011 | 1110110 | 1011100 | 11001 |
Color Harmonies of #097C05
Complementary color
Monochromatic Colors of #097C05
Black with #097C05
Text Example
Text Example
White with #097C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C05; }
p { color: rgb(9,124,5); }
H1.HeaderClassName
{
color: #097C05;
}
.AnyTagClassName
{
color: #097C05;
}
</style>
background-color css
<style>
a { background-color: #097C05; }
a { background-color: rgb(9,124,5); }
div.DivClassName
{
background-color: #097C05;
}
.BgClassName
{
background-color: #097C05;
}
</style>
border-color css
<style>
span { border-color: #097C05; }
span { border-color: rgb(9,124,5); }
td.TdClassName
{
border-color: #097C05;
}
.TagClassName
{
border-color: #097C05;
}
</style>