Shades of Green #096104
Tints of Green #096104
RGB
CMYK
RGB Variations
Color information
#096104 (or 0x096104) is known color: Green. HEX triplet: 09, 61 and 04. RGB value is (9,97,4). Sum of RGB (Red+Green+Blue) = 9+97+4=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 97 (38.28% from 255 or 88.18% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 97 - color contains mainly: green. Hex color #096104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096104 is #F69EFB. Grayscale: #3C3C3C. Windows color (decimal): -16162556 or 286985. OLE color: 286985.
HSL color Cylindrical-coordinate representation of color #096104: hue angle of 116.77º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096104 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 4 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.62 |
| HSL | 116.77º | 0.92% | 0.2% | - |
| HSV(B) | 116.77º | 0.96% | 0.38% | - |
| XYZ | 4.41 | 8.62 | 1.55 | - |
| YUV | 60.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 4 | 0.91 | 0 | 0.96 | 0.62 | 116.77 | 0.92 | 0.2 |
| Hex | 9 | 61 | 4 | 5B | 0 | 60 | 3E | 75 | 5C | 14 |
| Octal | 11 | 141 | 4 | 133 | 0 | 140 | 76 | 165 | 134 | 24 |
| Binary | 1001 | 1100001 | 100 | 1011011 | 0 | 1100000 | 111110 | 1110101 | 1011100 | 10100 |
Color Harmonies of #096104
Complementary color
Monochromatic Colors of #096104
Black with #096104
Text Example
Text Example
White with #096104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096104; }
p { color: rgb(9,97,4); }
H1.HeaderClassName
{
color: #096104;
}
.AnyTagClassName
{
color: #096104;
}
</style>
background-color css
<style>
a { background-color: #096104; }
a { background-color: rgb(9,97,4); }
div.DivClassName
{
background-color: #096104;
}
.BgClassName
{
background-color: #096104;
}
</style>
border-color css
<style>
span { border-color: #096104; }
span { border-color: rgb(9,97,4); }
td.TdClassName
{
border-color: #096104;
}
.TagClassName
{
border-color: #096104;
}
</style>