Shades of Green #0A740F
Tints of Green #0A740F
RGB
CMYK
RGB Variations
Color information
#0A740F (or 0x0A740F) is known color: Green. HEX triplet: 0A, 74 and 0F. RGB value is (10,116,15). Sum of RGB (Red+Green+Blue) = 10+116+15=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #0A740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A740F is #F58BF0. Grayscale: #494949. Windows color (decimal): -16092145 or 1012746. OLE color: 1012746.
HSL color Cylindrical-coordinate representation of color #0A740F: hue angle of 122.83º 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 #0A740F is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 116 | 15 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.55 |
| HSL | 122.83º | 0.84% | 0.25% | - |
| HSV(B) | 122.83º | 0.91% | 0.45% | - |
| XYZ | 6.46 | 12.59 | 2.54 | - |
| YUV | 72.79 | 95.38 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 15 | 0.91 | 0 | 0.87 | 0.55 | 122.83 | 0.84 | 0.25 |
| Hex | A | 74 | F | 5B | 0 | 57 | 37 | 7B | 54 | 19 |
| Octal | 12 | 164 | 17 | 133 | 0 | 127 | 67 | 173 | 124 | 31 |
| Binary | 1010 | 1110100 | 1111 | 1011011 | 0 | 1010111 | 110111 | 1111011 | 1010100 | 11001 |
Color Harmonies of #0A740F
Complementary color
Monochromatic Colors of #0A740F
Black with #0A740F
Text Example
Text Example
White with #0A740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A740F; }
p { color: rgb(10,116,15); }
H1.HeaderClassName
{
color: #0A740F;
}
.AnyTagClassName
{
color: #0A740F;
}
</style>
background-color css
<style>
a { background-color: #0A740F; }
a { background-color: rgb(10,116,15); }
div.DivClassName
{
background-color: #0A740F;
}
.BgClassName
{
background-color: #0A740F;
}
</style>
border-color css
<style>
span { border-color: #0A740F; }
span { border-color: rgb(10,116,15); }
td.TdClassName
{
border-color: #0A740F;
}
.TagClassName
{
border-color: #0A740F;
}
</style>