Shades of Green #0F6D00
Tints of Green #0F6D00
RGB
CMYK
RGB Variations
Color information
#0F6D00 (or 0x0F6D00) is known color: Green. HEX triplet: 0F, 6D and 00. RGB value is (15,109,0). Sum of RGB (Red+Green+Blue) = 15+109+0=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 109 (42.97% from 255 or 87.90% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6D00 is #F092FF. Grayscale: #444444. Windows color (decimal): -15766272 or 27919. OLE color: 27919.
HSL color Cylindrical-coordinate representation of color #0F6D00: hue angle of 111.74º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F6D00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 109 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.57 |
| HSL | 111.74º | 1% | 0.21% | - |
| HSV(B) | 111.74º | 1% | 0.43% | - |
| XYZ | 5.67 | 11.04 | 1.83 | - |
| YUV | 68.47 | 89.36 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 109 | 0 | 0.86 | 0 | 1 | 0.57 | 111.74 | 1 | 0.21 |
| Hex | F | 6D | 0 | 56 | 0 | 64 | 39 | 70 | 64 | 15 |
| Octal | 17 | 155 | 0 | 126 | 0 | 144 | 71 | 160 | 144 | 25 |
| Binary | 1111 | 1101101 | 0 | 1010110 | 0 | 1100100 | 111001 | 1110000 | 1100100 | 10101 |
Color Harmonies of #0F6D00
Complementary color
Monochromatic Colors of #0F6D00
Black with #0F6D00
Text Example
Text Example
White with #0F6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6D00; }
p { color: rgb(15,109,0); }
H1.HeaderClassName
{
color: #0F6D00;
}
.AnyTagClassName
{
color: #0F6D00;
}
</style>
background-color css
<style>
a { background-color: #0F6D00; }
a { background-color: rgb(15,109,0); }
div.DivClassName
{
background-color: #0F6D00;
}
.BgClassName
{
background-color: #0F6D00;
}
</style>
border-color css
<style>
span { border-color: #0F6D00; }
span { border-color: rgb(15,109,0); }
td.TdClassName
{
border-color: #0F6D00;
}
.TagClassName
{
border-color: #0F6D00;
}
</style>