Shades of Green #0A7304
Tints of Green #0A7304
RGB
CMYK
RGB Variations
Color information
#0A7304 (or 0x0A7304) is known color: Green. HEX triplet: 0A, 73 and 04. RGB value is (10,115,4). Sum of RGB (Red+Green+Blue) = 10+115+4=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 115 (45.31% from 255 or 89.15% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7304 is #F58CFB. Grayscale: #474747. Windows color (decimal): -16092412 or 291594. OLE color: 291594.
HSL color Cylindrical-coordinate representation of color #0A7304: hue angle of 116.76º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A7304 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 4 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.55 |
| HSL | 116.76º | 0.93% | 0.23% | - |
| HSV(B) | 116.76º | 0.97% | 0.45% | - |
| XYZ | 6.28 | 12.33 | 2.16 | - |
| YUV | 70.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 4 | 0.91 | 0 | 0.97 | 0.55 | 116.76 | 0.93 | 0.23 |
| Hex | A | 73 | 4 | 5B | 0 | 61 | 37 | 75 | 5D | 17 |
| Octal | 12 | 163 | 4 | 133 | 0 | 141 | 67 | 165 | 135 | 27 |
| Binary | 1010 | 1110011 | 100 | 1011011 | 0 | 1100001 | 110111 | 1110101 | 1011101 | 10111 |
Color Harmonies of #0A7304
Complementary color
Monochromatic Colors of #0A7304
Black with #0A7304
Text Example
Text Example
White with #0A7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7304; }
p { color: rgb(10,115,4); }
H1.HeaderClassName
{
color: #0A7304;
}
.AnyTagClassName
{
color: #0A7304;
}
</style>
background-color css
<style>
a { background-color: #0A7304; }
a { background-color: rgb(10,115,4); }
div.DivClassName
{
background-color: #0A7304;
}
.BgClassName
{
background-color: #0A7304;
}
</style>
border-color css
<style>
span { border-color: #0A7304; }
span { border-color: rgb(10,115,4); }
td.TdClassName
{
border-color: #0A7304;
}
.TagClassName
{
border-color: #0A7304;
}
</style>