Shades of Green #0A7514
Tints of Green #0A7514
RGB
CMYK
RGB Variations
Color information
#0A7514 (or 0x0A7514) is known color: Green. HEX triplet: 0A, 75 and 14. RGB value is (10,117,20). Sum of RGB (Red+Green+Blue) = 10+117+20=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 117 (46.09% from 255 or 79.59% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7514 is #F58AEB. Grayscale: #4A4A4A. Windows color (decimal): -16091884 or 1340682. OLE color: 1340682.
HSL color Cylindrical-coordinate representation of color #0A7514: hue angle of 125.61º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7514 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 117 | 20 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.54 |
| HSL | 125.61º | 0.84% | 0.25% | - |
| HSV(B) | 125.61º | 0.91% | 0.46% | - |
| XYZ | 6.61 | 12.84 | 2.79 | - |
| YUV | 73.95 | 97.55 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 20 | 0.91 | 0 | 0.83 | 0.54 | 125.61 | 0.84 | 0.25 |
| Hex | A | 75 | 14 | 5B | 0 | 53 | 36 | 7E | 54 | 19 |
| Octal | 12 | 165 | 24 | 133 | 0 | 123 | 66 | 176 | 124 | 31 |
| Binary | 1010 | 1110101 | 10100 | 1011011 | 0 | 1010011 | 110110 | 1111110 | 1010100 | 11001 |
Color Harmonies of #0A7514
Complementary color
Monochromatic Colors of #0A7514
Black with #0A7514
Text Example
Text Example
White with #0A7514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7514; }
p { color: rgb(10,117,20); }
H1.HeaderClassName
{
color: #0A7514;
}
.AnyTagClassName
{
color: #0A7514;
}
</style>
background-color css
<style>
a { background-color: #0A7514; }
a { background-color: rgb(10,117,20); }
div.DivClassName
{
background-color: #0A7514;
}
.BgClassName
{
background-color: #0A7514;
}
</style>
border-color css
<style>
span { border-color: #0A7514; }
span { border-color: rgb(10,117,20); }
td.TdClassName
{
border-color: #0A7514;
}
.TagClassName
{
border-color: #0A7514;
}
</style>