Shades of Green #096415
Tints of Green #096415
RGB
CMYK
RGB Variations
Color information
#096415 (or 0x096415) is known color: Green. HEX triplet: 09, 64 and 15. RGB value is (9,100,21). Sum of RGB (Red+Green+Blue) = 9+100+21=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 100 (39.45% from 255 or 76.92% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 100 - color contains mainly: green. Hex color #096415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096415 is #F69BEA. Grayscale: #404040. Windows color (decimal): -16161771 or 1401865. OLE color: 1401865.
HSL color Cylindrical-coordinate representation of color #096415: hue angle of 127.91º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096415 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 21 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.61 |
| HSL | 127.91º | 0.83% | 0.21% | - |
| HSV(B) | 127.91º | 0.91% | 0.39% | - |
| XYZ | 4.81 | 9.23 | 2.24 | - |
| YUV | 63.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 21 | 0.91 | 0 | 0.79 | 0.61 | 127.91 | 0.83 | 0.21 |
| Hex | 9 | 64 | 15 | 5B | 0 | 4F | 3D | 80 | 53 | 15 |
| Octal | 11 | 144 | 25 | 133 | 0 | 117 | 75 | 200 | 123 | 25 |
| Binary | 1001 | 1100100 | 10101 | 1011011 | 0 | 1001111 | 111101 | 10000000 | 1010011 | 10101 |
Color Harmonies of #096415
Complementary color
Monochromatic Colors of #096415
Black with #096415
Text Example
Text Example
White with #096415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096415; }
p { color: rgb(9,100,21); }
H1.HeaderClassName
{
color: #096415;
}
.AnyTagClassName
{
color: #096415;
}
</style>
background-color css
<style>
a { background-color: #096415; }
a { background-color: rgb(9,100,21); }
div.DivClassName
{
background-color: #096415;
}
.BgClassName
{
background-color: #096415;
}
</style>
border-color css
<style>
span { border-color: #096415; }
span { border-color: rgb(9,100,21); }
td.TdClassName
{
border-color: #096415;
}
.TagClassName
{
border-color: #096415;
}
</style>