Shades of Green #0F6513
Tints of Green #0F6513
RGB
CMYK
RGB Variations
Color information
#0F6513 (or 0x0F6513) is known color: Green. HEX triplet: 0F, 65 and 13. RGB value is (15,101,19). Sum of RGB (Red+Green+Blue) = 15+101+19=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6513 is #F09AEC. Grayscale: #424242. Windows color (decimal): -15768301 or 1271055. OLE color: 1271055.
HSL color Cylindrical-coordinate representation of color #0F6513: hue angle of 122.79º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6513 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 19 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.60 |
| HSL | 122.79º | 0.74% | 0.23% | - |
| HSV(B) | 122.79º | 0.85% | 0.4% | - |
| XYZ | 4.97 | 9.46 | 2.18 | - |
| YUV | 65.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 19 | 0.85 | 0 | 0.81 | 0.60 | 122.79 | 0.74 | 0.23 |
| Hex | F | 65 | 13 | 55 | 0 | 51 | 3C | 7B | 4A | 17 |
| Octal | 17 | 145 | 23 | 125 | 0 | 121 | 74 | 173 | 112 | 27 |
| Binary | 1111 | 1100101 | 10011 | 1010101 | 0 | 1010001 | 111100 | 1111011 | 1001010 | 10111 |
Color Harmonies of #0F6513
Complementary color
Monochromatic Colors of #0F6513
Black with #0F6513
Text Example
Text Example
White with #0F6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6513; }
p { color: rgb(15,101,19); }
H1.HeaderClassName
{
color: #0F6513;
}
.AnyTagClassName
{
color: #0F6513;
}
</style>
background-color css
<style>
a { background-color: #0F6513; }
a { background-color: rgb(15,101,19); }
div.DivClassName
{
background-color: #0F6513;
}
.BgClassName
{
background-color: #0F6513;
}
</style>
border-color css
<style>
span { border-color: #0F6513; }
span { border-color: rgb(15,101,19); }
td.TdClassName
{
border-color: #0F6513;
}
.TagClassName
{
border-color: #0F6513;
}
</style>