Shades of Green #0F6713
Tints of Green #0F6713
RGB
CMYK
RGB Variations
Color information
#0F6713 (or 0x0F6713) is known color: Green. HEX triplet: 0F, 67 and 13. RGB value is (15,103,19). Sum of RGB (Red+Green+Blue) = 15+103+19=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 103 (40.62% from 255 or 75.18% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6713 is #F098EC. Grayscale: #434343. Windows color (decimal): -15767789 or 1271567. OLE color: 1271567.
HSL color Cylindrical-coordinate representation of color #0F6713: hue angle of 122.73º degrees, saturation: 0.75, 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 #0F6713 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 19 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.60 |
| HSL | 122.73º | 0.75% | 0.23% | - |
| HSV(B) | 122.73º | 0.85% | 0.4% | - |
| XYZ | 5.16 | 9.85 | 2.24 | - |
| YUV | 67.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 19 | 0.85 | 0 | 0.82 | 0.60 | 122.73 | 0.75 | 0.23 |
| Hex | F | 67 | 13 | 55 | 0 | 52 | 3C | 7B | 4B | 17 |
| Octal | 17 | 147 | 23 | 125 | 0 | 122 | 74 | 173 | 113 | 27 |
| Binary | 1111 | 1100111 | 10011 | 1010101 | 0 | 1010010 | 111100 | 1111011 | 1001011 | 10111 |
Color Harmonies of #0F6713
Complementary color
Monochromatic Colors of #0F6713
Black with #0F6713
Text Example
Text Example
White with #0F6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6713; }
p { color: rgb(15,103,19); }
H1.HeaderClassName
{
color: #0F6713;
}
.AnyTagClassName
{
color: #0F6713;
}
</style>
background-color css
<style>
a { background-color: #0F6713; }
a { background-color: rgb(15,103,19); }
div.DivClassName
{
background-color: #0F6713;
}
.BgClassName
{
background-color: #0F6713;
}
</style>
border-color css
<style>
span { border-color: #0F6713; }
span { border-color: rgb(15,103,19); }
td.TdClassName
{
border-color: #0F6713;
}
.TagClassName
{
border-color: #0F6713;
}
</style>