Shades of Green #0F7A0F
Tints of Green #0F7A0F
RGB
CMYK
RGB Variations
Color information
#0F7A0F (or 0x0F7A0F) is known color: Green. HEX triplet: 0F, 7A and 0F. RGB value is (15,122,15). Sum of RGB (Red+Green+Blue) = 15+122+15=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 122 (48.05% from 255 or 80.26% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7A0F is #F085F0. Grayscale: #4E4E4E. Windows color (decimal): -15762929 or 1014287. OLE color: 1014287.
HSL color Cylindrical-coordinate representation of color #0F7A0F: hue angle of 120º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7A0F is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 122 | 15 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.52 |
| HSL | 120º | 0.78% | 0.27% | - |
| HSV(B) | 120º | 0.88% | 0.48% | - |
| XYZ | 7.24 | 14.06 | 2.78 | - |
| YUV | 77.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 122 | 15 | 0.88 | 0 | 0.88 | 0.52 | 120 | 0.78 | 0.27 |
| Hex | F | 7A | F | 58 | 0 | 58 | 34 | 78 | 4E | 1B |
| Octal | 17 | 172 | 17 | 130 | 0 | 130 | 64 | 170 | 116 | 33 |
| Binary | 1111 | 1111010 | 1111 | 1011000 | 0 | 1011000 | 110100 | 1111000 | 1001110 | 11011 |
Color Harmonies of #0F7A0F
Complementary color
Monochromatic Colors of #0F7A0F
Black with #0F7A0F
Text Example
Text Example
White with #0F7A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7A0F; }
p { color: rgb(15,122,15); }
H1.HeaderClassName
{
color: #0F7A0F;
}
.AnyTagClassName
{
color: #0F7A0F;
}
</style>
background-color css
<style>
a { background-color: #0F7A0F; }
a { background-color: rgb(15,122,15); }
div.DivClassName
{
background-color: #0F7A0F;
}
.BgClassName
{
background-color: #0F7A0F;
}
</style>
border-color css
<style>
span { border-color: #0F7A0F; }
span { border-color: rgb(15,122,15); }
td.TdClassName
{
border-color: #0F7A0F;
}
.TagClassName
{
border-color: #0F7A0F;
}
</style>