Shades of Green #0A7510
Tints of Green #0A7510
RGB
CMYK
RGB Variations
Color information
#0A7510 (or 0x0A7510) is known color: Green. HEX triplet: 0A, 75 and 10. RGB value is (10,117,16). Sum of RGB (Red+Green+Blue) = 10+117+16=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7510 is #F58AEF. Grayscale: #494949. Windows color (decimal): -16091888 or 1078538. OLE color: 1078538.
HSL color Cylindrical-coordinate representation of color #0A7510: hue angle of 123.36º 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 #0A7510 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 117 | 16 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.54 |
| HSL | 123.36º | 0.84% | 0.25% | - |
| HSV(B) | 123.36º | 0.91% | 0.46% | - |
| XYZ | 6.58 | 12.82 | 2.62 | - |
| YUV | 73.49 | 95.55 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 16 | 0.91 | 0 | 0.86 | 0.54 | 123.36 | 0.84 | 0.25 |
| Hex | A | 75 | 10 | 5B | 0 | 56 | 36 | 7B | 54 | 19 |
| Octal | 12 | 165 | 20 | 133 | 0 | 126 | 66 | 173 | 124 | 31 |
| Binary | 1010 | 1110101 | 10000 | 1011011 | 0 | 1010110 | 110110 | 1111011 | 1010100 | 11001 |
Color Harmonies of #0A7510
Complementary color
Monochromatic Colors of #0A7510
Black with #0A7510
Text Example
Text Example
White with #0A7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7510; }
p { color: rgb(10,117,16); }
H1.HeaderClassName
{
color: #0A7510;
}
.AnyTagClassName
{
color: #0A7510;
}
</style>
background-color css
<style>
a { background-color: #0A7510; }
a { background-color: rgb(10,117,16); }
div.DivClassName
{
background-color: #0A7510;
}
.BgClassName
{
background-color: #0A7510;
}
</style>
border-color css
<style>
span { border-color: #0A7510; }
span { border-color: rgb(10,117,16); }
td.TdClassName
{
border-color: #0A7510;
}
.TagClassName
{
border-color: #0A7510;
}
</style>