Shades of Green #096214
Tints of Green #096214
RGB
CMYK
RGB Variations
Color information
#096214 (or 0x096214) is known color: Green. HEX triplet: 09, 62 and 14. RGB value is (9,98,20). Sum of RGB (Red+Green+Blue) = 9+98+20=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 98 (38.67% from 255 or 77.17% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 98 - color contains mainly: green. Hex color #096214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096214 is #F69DEB. Grayscale: #3E3E3E. Windows color (decimal): -16162284 or 1335817. OLE color: 1335817.
HSL color Cylindrical-coordinate representation of color #096214: hue angle of 127.42º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096214 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 20 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.62 |
| HSL | 127.42º | 0.83% | 0.21% | - |
| HSV(B) | 127.42º | 0.91% | 0.38% | - |
| XYZ | 4.61 | 8.84 | 2.13 | - |
| YUV | 62.5 | 104.01 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 20 | 0.91 | 0 | 0.80 | 0.62 | 127.42 | 0.83 | 0.21 |
| Hex | 9 | 62 | 14 | 5B | 0 | 50 | 3E | 7F | 53 | 15 |
| Octal | 11 | 142 | 24 | 133 | 0 | 120 | 76 | 177 | 123 | 25 |
| Binary | 1001 | 1100010 | 10100 | 1011011 | 0 | 1010000 | 111110 | 1111111 | 1010011 | 10101 |
Color Harmonies of #096214
Complementary color
Monochromatic Colors of #096214
Black with #096214
Text Example
Text Example
White with #096214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096214; }
p { color: rgb(9,98,20); }
H1.HeaderClassName
{
color: #096214;
}
.AnyTagClassName
{
color: #096214;
}
</style>
background-color css
<style>
a { background-color: #096214; }
a { background-color: rgb(9,98,20); }
div.DivClassName
{
background-color: #096214;
}
.BgClassName
{
background-color: #096214;
}
</style>
border-color css
<style>
span { border-color: #096214; }
span { border-color: rgb(9,98,20); }
td.TdClassName
{
border-color: #096214;
}
.TagClassName
{
border-color: #096214;
}
</style>