Shades of Green #097301
Tints of Green #097301
RGB
CMYK
RGB Variations
Color information
#097301 (or 0x097301) is known color: Green. HEX triplet: 09, 73 and 01. RGB value is (9,115,1). Sum of RGB (Red+Green+Blue) = 9+115+1=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 115 (45.31% from 255 or 92% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 115 - color contains mainly: green. Hex color #097301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097301 is #F68CFE. Grayscale: #464646. Windows color (decimal): -16157951 or 94985. OLE color: 94985.
HSL color Cylindrical-coordinate representation of color #097301: hue angle of 115.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #097301 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.55 |
| HSL | 115.79º | 0.98% | 0.23% | - |
| HSV(B) | 115.79º | 0.99% | 0.45% | - |
| XYZ | 6.25 | 12.32 | 2.08 | - |
| YUV | 70.31 | 88.88 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 1 | 0.92 | 0 | 0.99 | 0.55 | 115.79 | 0.98 | 0.23 |
| Hex | 9 | 73 | 1 | 5C | 0 | 63 | 37 | 74 | 62 | 17 |
| Octal | 11 | 163 | 1 | 134 | 0 | 143 | 67 | 164 | 142 | 27 |
| Binary | 1001 | 1110011 | 1 | 1011100 | 0 | 1100011 | 110111 | 1110100 | 1100010 | 10111 |
Color Harmonies of #097301
Complementary color
Monochromatic Colors of #097301
Black with #097301
Text Example
Text Example
White with #097301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097301; }
p { color: rgb(9,115,1); }
H1.HeaderClassName
{
color: #097301;
}
.AnyTagClassName
{
color: #097301;
}
</style>
background-color css
<style>
a { background-color: #097301; }
a { background-color: rgb(9,115,1); }
div.DivClassName
{
background-color: #097301;
}
.BgClassName
{
background-color: #097301;
}
</style>
border-color css
<style>
span { border-color: #097301; }
span { border-color: rgb(9,115,1); }
td.TdClassName
{
border-color: #097301;
}
.TagClassName
{
border-color: #097301;
}
</style>