Shades of Green #097000
Tints of Green #097000
RGB
CMYK
RGB Variations
Color information
#097000 (or 0x097000) is known color: Green. HEX triplet: 09, 70 and 00. RGB value is (9,112,0). Sum of RGB (Red+Green+Blue) = 9+112+0=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 112 (44.14% from 255 or 92.56% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 112 - color contains mainly: green. Hex color #097000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097000 is #F68FFF. Grayscale: #444444. Windows color (decimal): -16158720 or 28681. OLE color: 28681.
HSL color Cylindrical-coordinate representation of color #097000: hue angle of 115.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #097000 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.56 |
| HSL | 115.18º | 1% | 0.22% | - |
| HSV(B) | 115.18º | 1% | 0.44% | - |
| XYZ | 5.91 | 11.65 | 1.94 | - |
| YUV | 68.44 | 89.38 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 0 | 0.92 | 0 | 1 | 0.56 | 115.18 | 1 | 0.22 |
| Hex | 9 | 70 | 0 | 5C | 0 | 64 | 38 | 73 | 64 | 16 |
| Octal | 11 | 160 | 0 | 134 | 0 | 144 | 70 | 163 | 144 | 26 |
| Binary | 1001 | 1110000 | 0 | 1011100 | 0 | 1100100 | 111000 | 1110011 | 1100100 | 10110 |
Color Harmonies of #097000
Complementary color
Monochromatic Colors of #097000
Black with #097000
Text Example
Text Example
White with #097000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097000; }
p { color: rgb(9,112,0); }
H1.HeaderClassName
{
color: #097000;
}
.AnyTagClassName
{
color: #097000;
}
</style>
background-color css
<style>
a { background-color: #097000; }
a { background-color: rgb(9,112,0); }
div.DivClassName
{
background-color: #097000;
}
.BgClassName
{
background-color: #097000;
}
</style>
border-color css
<style>
span { border-color: #097000; }
span { border-color: rgb(9,112,0); }
td.TdClassName
{
border-color: #097000;
}
.TagClassName
{
border-color: #097000;
}
</style>