Shades of Green #0F6807
Tints of Green #0F6807
RGB
CMYK
RGB Variations
Color information
#0F6807 (or 0x0F6807) is known color: Green. HEX triplet: 0F, 68 and 07. RGB value is (15,104,7). Sum of RGB (Red+Green+Blue) = 15+104+7=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 104 (41.02% from 255 or 82.54% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6807 is #F097F8. Grayscale: #424242. Windows color (decimal): -15767545 or 485391. OLE color: 485391.
HSL color Cylindrical-coordinate representation of color #0F6807: hue angle of 115.05º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6807 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 104 | 7 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.59 |
| HSL | 115.05º | 0.87% | 0.22% | - |
| HSV(B) | 115.05º | 0.93% | 0.41% | - |
| XYZ | 5.19 | 10.02 | 1.86 | - |
| YUV | 66.33 | 94.51 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 7 | 0.86 | 0 | 0.93 | 0.59 | 115.05 | 0.87 | 0.22 |
| Hex | F | 68 | 7 | 56 | 0 | 5D | 3B | 73 | 57 | 16 |
| Octal | 17 | 150 | 7 | 126 | 0 | 135 | 73 | 163 | 127 | 26 |
| Binary | 1111 | 1101000 | 111 | 1010110 | 0 | 1011101 | 111011 | 1110011 | 1010111 | 10110 |
Color Harmonies of #0F6807
Complementary color
Monochromatic Colors of #0F6807
Black with #0F6807
Text Example
Text Example
White with #0F6807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6807; }
p { color: rgb(15,104,7); }
H1.HeaderClassName
{
color: #0F6807;
}
.AnyTagClassName
{
color: #0F6807;
}
</style>
background-color css
<style>
a { background-color: #0F6807; }
a { background-color: rgb(15,104,7); }
div.DivClassName
{
background-color: #0F6807;
}
.BgClassName
{
background-color: #0F6807;
}
</style>
border-color css
<style>
span { border-color: #0F6807; }
span { border-color: rgb(15,104,7); }
td.TdClassName
{
border-color: #0F6807;
}
.TagClassName
{
border-color: #0F6807;
}
</style>