Shades of Green #0F6510
Tints of Green #0F6510
RGB
CMYK
RGB Variations
Color information
#0F6510 (or 0x0F6510) is known color: Green. HEX triplet: 0F, 65 and 10. RGB value is (15,101,16). Sum of RGB (Red+Green+Blue) = 15+101+16=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6510 is #F09AEF. Grayscale: #414141. Windows color (decimal): -15768304 or 1074447. OLE color: 1074447.
HSL color Cylindrical-coordinate representation of color #0F6510: hue angle of 120.7º 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 #0F6510 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 16 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.60 |
| HSL | 120.7º | 0.74% | 0.23% | - |
| HSV(B) | 120.7º | 0.85% | 0.4% | - |
| XYZ | 4.94 | 9.45 | 2.05 | - |
| YUV | 65.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 16 | 0.85 | 0 | 0.84 | 0.60 | 120.7 | 0.74 | 0.23 |
| Hex | F | 65 | 10 | 55 | 0 | 54 | 3C | 79 | 4A | 17 |
| Octal | 17 | 145 | 20 | 125 | 0 | 124 | 74 | 171 | 112 | 27 |
| Binary | 1111 | 1100101 | 10000 | 1010101 | 0 | 1010100 | 111100 | 1111001 | 1001010 | 10111 |
Color Harmonies of #0F6510
Complementary color
Monochromatic Colors of #0F6510
Black with #0F6510
Text Example
Text Example
White with #0F6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6510; }
p { color: rgb(15,101,16); }
H1.HeaderClassName
{
color: #0F6510;
}
.AnyTagClassName
{
color: #0F6510;
}
</style>
background-color css
<style>
a { background-color: #0F6510; }
a { background-color: rgb(15,101,16); }
div.DivClassName
{
background-color: #0F6510;
}
.BgClassName
{
background-color: #0F6510;
}
</style>
border-color css
<style>
span { border-color: #0F6510; }
span { border-color: rgb(15,101,16); }
td.TdClassName
{
border-color: #0F6510;
}
.TagClassName
{
border-color: #0F6510;
}
</style>