Shades of Green #0A730A
Tints of Green #0A730A
RGB
CMYK
RGB Variations
Color information
#0A730A (or 0x0A730A) is known color: Green. HEX triplet: 0A, 73 and 0A. RGB value is (10,115,10). Sum of RGB (Red+Green+Blue) = 10+115+10=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 115 (45.31% from 255 or 85.19% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 115 - color contains mainly: green. Hex color #0A730A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A730A is #F58CF5. Grayscale: #474747. Windows color (decimal): -16092406 or 684810. OLE color: 684810.
HSL color Cylindrical-coordinate representation of color #0A730A: hue angle of 120º 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 #0A730A is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 10 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.55 |
| HSL | 120º | 0.84% | 0.25% | - |
| HSV(B) | 120º | 0.91% | 0.45% | - |
| XYZ | 6.31 | 12.35 | 2.34 | - |
| YUV | 71.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 10 | 0.91 | 0 | 0.91 | 0.55 | 120 | 0.84 | 0.25 |
| Hex | A | 73 | A | 5B | 0 | 5B | 37 | 78 | 54 | 19 |
| Octal | 12 | 163 | 12 | 133 | 0 | 133 | 67 | 170 | 124 | 31 |
| Binary | 1010 | 1110011 | 1010 | 1011011 | 0 | 1011011 | 110111 | 1111000 | 1010100 | 11001 |
Color Harmonies of #0A730A
Complementary color
Monochromatic Colors of #0A730A
Black with #0A730A
Text Example
Text Example
White with #0A730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A730A; }
p { color: rgb(10,115,10); }
H1.HeaderClassName
{
color: #0A730A;
}
.AnyTagClassName
{
color: #0A730A;
}
</style>
background-color css
<style>
a { background-color: #0A730A; }
a { background-color: rgb(10,115,10); }
div.DivClassName
{
background-color: #0A730A;
}
.BgClassName
{
background-color: #0A730A;
}
</style>
border-color css
<style>
span { border-color: #0A730A; }
span { border-color: rgb(10,115,10); }
td.TdClassName
{
border-color: #0A730A;
}
.TagClassName
{
border-color: #0A730A;
}
</style>