Shades of Green #096315
Tints of Green #096315
RGB
CMYK
RGB Variations
Color information
#096315 (or 0x096315) is known color: Green. HEX triplet: 09, 63 and 15. RGB value is (9,99,21). Sum of RGB (Red+Green+Blue) = 9+99+21=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 99 (39.06% from 255 or 76.74% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 99 - color contains mainly: green. Hex color #096315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096315 is #F69CEA. Grayscale: #3F3F3F. Windows color (decimal): -16162027 or 1401609. OLE color: 1401609.
HSL color Cylindrical-coordinate representation of color #096315: hue angle of 128º 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 #096315 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 21 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.61 |
| HSL | 128º | 0.83% | 0.21% | - |
| HSV(B) | 128º | 0.91% | 0.39% | - |
| XYZ | 4.71 | 9.04 | 2.21 | - |
| YUV | 63.2 | 104.18 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 21 | 0.91 | 0 | 0.79 | 0.61 | 128 | 0.83 | 0.21 |
| Hex | 9 | 63 | 15 | 5B | 0 | 4F | 3D | 80 | 53 | 15 |
| Octal | 11 | 143 | 25 | 133 | 0 | 117 | 75 | 200 | 123 | 25 |
| Binary | 1001 | 1100011 | 10101 | 1011011 | 0 | 1001111 | 111101 | 10000000 | 1010011 | 10101 |
Color Harmonies of #096315
Complementary color
Monochromatic Colors of #096315
Black with #096315
Text Example
Text Example
White with #096315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096315; }
p { color: rgb(9,99,21); }
H1.HeaderClassName
{
color: #096315;
}
.AnyTagClassName
{
color: #096315;
}
</style>
background-color css
<style>
a { background-color: #096315; }
a { background-color: rgb(9,99,21); }
div.DivClassName
{
background-color: #096315;
}
.BgClassName
{
background-color: #096315;
}
</style>
border-color css
<style>
span { border-color: #096315; }
span { border-color: rgb(9,99,21); }
td.TdClassName
{
border-color: #096315;
}
.TagClassName
{
border-color: #096315;
}
</style>