Shades of Green #0A7501
Tints of Green #0A7501
RGB
CMYK
RGB Variations
Color information
#0A7501 (or 0x0A7501) is known color: Green. HEX triplet: 0A, 75 and 01. RGB value is (10,117,1). Sum of RGB (Red+Green+Blue) = 10+117+1=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 117 (46.09% from 255 or 91.41% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7501 is #F58AFE. Grayscale: #484848. Windows color (decimal): -16091903 or 95498. OLE color: 95498.
HSL color Cylindrical-coordinate representation of color #0A7501: hue angle of 115.34º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A7501 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 117 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.54 |
| HSL | 115.34º | 0.98% | 0.23% | - |
| HSV(B) | 115.34º | 0.99% | 0.46% | - |
| XYZ | 6.49 | 12.79 | 2.16 | - |
| YUV | 71.78 | 88.05 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 1 | 0.91 | 0 | 0.99 | 0.54 | 115.34 | 0.98 | 0.23 |
| Hex | A | 75 | 1 | 5B | 0 | 63 | 36 | 73 | 62 | 17 |
| Octal | 12 | 165 | 1 | 133 | 0 | 143 | 66 | 163 | 142 | 27 |
| Binary | 1010 | 1110101 | 1 | 1011011 | 0 | 1100011 | 110110 | 1110011 | 1100010 | 10111 |
Color Harmonies of #0A7501
Complementary color
Monochromatic Colors of #0A7501
Black with #0A7501
Text Example
Text Example
White with #0A7501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7501; }
p { color: rgb(10,117,1); }
H1.HeaderClassName
{
color: #0A7501;
}
.AnyTagClassName
{
color: #0A7501;
}
</style>
background-color css
<style>
a { background-color: #0A7501; }
a { background-color: rgb(10,117,1); }
div.DivClassName
{
background-color: #0A7501;
}
.BgClassName
{
background-color: #0A7501;
}
</style>
border-color css
<style>
span { border-color: #0A7501; }
span { border-color: rgb(10,117,1); }
td.TdClassName
{
border-color: #0A7501;
}
.TagClassName
{
border-color: #0A7501;
}
</style>