Shades of Green #096100
Tints of Green #096100
RGB
CMYK
RGB Variations
Color information
#096100 (or 0x096100) is known color: Green. HEX triplet: 09, 61 and 00. RGB value is (9,97,0). Sum of RGB (Red+Green+Blue) = 9+97+0=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 97 (38.28% from 255 or 91.51% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 97 - color contains mainly: green. Hex color #096100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096100 is #F69EFF. Grayscale: #3B3B3B. Windows color (decimal): -16162560 or 24841. OLE color: 24841.
HSL color Cylindrical-coordinate representation of color #096100: hue angle of 114.43º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #096100 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.62 |
| HSL | 114.43º | 1% | 0.19% | - |
| HSV(B) | 114.43º | 1% | 0.38% | - |
| XYZ | 4.39 | 8.61 | 1.43 | - |
| YUV | 59.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 0 | 0.91 | 0 | 1 | 0.62 | 114.43 | 1 | 0.19 |
| Hex | 9 | 61 | 0 | 5B | 0 | 64 | 3E | 72 | 64 | 13 |
| Octal | 11 | 141 | 0 | 133 | 0 | 144 | 76 | 162 | 144 | 23 |
| Binary | 1001 | 1100001 | 0 | 1011011 | 0 | 1100100 | 111110 | 1110010 | 1100100 | 10011 |
Color Harmonies of #096100
Complementary color
Monochromatic Colors of #096100
Black with #096100
Text Example
Text Example
White with #096100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096100; }
p { color: rgb(9,97,0); }
H1.HeaderClassName
{
color: #096100;
}
.AnyTagClassName
{
color: #096100;
}
</style>
background-color css
<style>
a { background-color: #096100; }
a { background-color: rgb(9,97,0); }
div.DivClassName
{
background-color: #096100;
}
.BgClassName
{
background-color: #096100;
}
</style>
border-color css
<style>
span { border-color: #096100; }
span { border-color: rgb(9,97,0); }
td.TdClassName
{
border-color: #096100;
}
.TagClassName
{
border-color: #096100;
}
</style>