Shades of Green #0F7404
Tints of Green #0F7404
RGB
CMYK
RGB Variations
Color information
#0F7404 (or 0x0F7404) is known color: Green. HEX triplet: 0F, 74 and 04. RGB value is (15,116,4). Sum of RGB (Red+Green+Blue) = 15+116+4=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 116 (45.70% from 255 or 85.93% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 116 - color contains mainly: green. Hex color #0F7404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7404 is #F08BFB. Grayscale: #494949. Windows color (decimal): -15764476 or 291855. OLE color: 291855.
HSL color Cylindrical-coordinate representation of color #0F7404: hue angle of 114.11º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F7404 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 116 | 4 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.55 |
| HSL | 114.11º | 0.93% | 0.24% | - |
| HSV(B) | 114.11º | 0.97% | 0.45% | - |
| XYZ | 6.46 | 12.6 | 2.21 | - |
| YUV | 73.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 4 | 0.87 | 0 | 0.97 | 0.55 | 114.11 | 0.93 | 0.24 |
| Hex | F | 74 | 4 | 57 | 0 | 61 | 37 | 72 | 5D | 18 |
| Octal | 17 | 164 | 4 | 127 | 0 | 141 | 67 | 162 | 135 | 30 |
| Binary | 1111 | 1110100 | 100 | 1010111 | 0 | 1100001 | 110111 | 1110010 | 1011101 | 11000 |
Color Harmonies of #0F7404
Complementary color
Monochromatic Colors of #0F7404
Black with #0F7404
Text Example
Text Example
White with #0F7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7404; }
p { color: rgb(15,116,4); }
H1.HeaderClassName
{
color: #0F7404;
}
.AnyTagClassName
{
color: #0F7404;
}
</style>
background-color css
<style>
a { background-color: #0F7404; }
a { background-color: rgb(15,116,4); }
div.DivClassName
{
background-color: #0F7404;
}
.BgClassName
{
background-color: #0F7404;
}
</style>
border-color css
<style>
span { border-color: #0F7404; }
span { border-color: rgb(15,116,4); }
td.TdClassName
{
border-color: #0F7404;
}
.TagClassName
{
border-color: #0F7404;
}
</style>