Shades of Green #0A7315
Tints of Green #0A7315
RGB
CMYK
RGB Variations
Color information
#0A7315 (or 0x0A7315) is known color: Green. HEX triplet: 0A, 73 and 15. RGB value is (10,115,21). Sum of RGB (Red+Green+Blue) = 10+115+21=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 115 (45.31% from 255 or 78.77% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7315 is #F58CEA. Grayscale: #494949. Windows color (decimal): -16092395 or 1405706. OLE color: 1405706.
HSL color Cylindrical-coordinate representation of color #0A7315: hue angle of 126.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7315 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 21 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.55 |
| HSL | 126.29º | 0.84% | 0.25% | - |
| HSV(B) | 126.29º | 0.91% | 0.45% | - |
| XYZ | 6.39 | 12.38 | 2.76 | - |
| YUV | 72.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 21 | 0.91 | 0 | 0.82 | 0.55 | 126.29 | 0.84 | 0.25 |
| Hex | A | 73 | 15 | 5B | 0 | 52 | 37 | 7E | 54 | 19 |
| Octal | 12 | 163 | 25 | 133 | 0 | 122 | 67 | 176 | 124 | 31 |
| Binary | 1010 | 1110011 | 10101 | 1011011 | 0 | 1010010 | 110111 | 1111110 | 1010100 | 11001 |
Color Harmonies of #0A7315
Complementary color
Monochromatic Colors of #0A7315
Black with #0A7315
Text Example
Text Example
White with #0A7315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7315; }
p { color: rgb(10,115,21); }
H1.HeaderClassName
{
color: #0A7315;
}
.AnyTagClassName
{
color: #0A7315;
}
</style>
background-color css
<style>
a { background-color: #0A7315; }
a { background-color: rgb(10,115,21); }
div.DivClassName
{
background-color: #0A7315;
}
.BgClassName
{
background-color: #0A7315;
}
</style>
border-color css
<style>
span { border-color: #0A7315; }
span { border-color: rgb(10,115,21); }
td.TdClassName
{
border-color: #0A7315;
}
.TagClassName
{
border-color: #0A7315;
}
</style>