Shades of Green #0F6500
Tints of Green #0F6500
RGB
CMYK
RGB Variations
Color information
#0F6500 (or 0x0F6500) is known color: Green. HEX triplet: 0F, 65 and 00. RGB value is (15,101,0). Sum of RGB (Red+Green+Blue) = 15+101+0=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 101 (39.84% from 255 or 87.07% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6500 is #F09AFF. Grayscale: #404040. Windows color (decimal): -15768320 or 25871. OLE color: 25871.
HSL color Cylindrical-coordinate representation of color #0F6500: hue angle of 111.09º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F6500 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.60 |
| HSL | 111.09º | 1% | 0.2% | - |
| HSV(B) | 111.09º | 1% | 0.4% | - |
| XYZ | 4.85 | 9.41 | 1.56 | - |
| YUV | 63.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 0 | 0.85 | 0 | 1 | 0.60 | 111.09 | 1 | 0.2 |
| Hex | F | 65 | 0 | 55 | 0 | 64 | 3C | 6F | 64 | 14 |
| Octal | 17 | 145 | 0 | 125 | 0 | 144 | 74 | 157 | 144 | 24 |
| Binary | 1111 | 1100101 | 0 | 1010101 | 0 | 1100100 | 111100 | 1101111 | 1100100 | 10100 |
Color Harmonies of #0F6500
Complementary color
Monochromatic Colors of #0F6500
Black with #0F6500
Text Example
Text Example
White with #0F6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6500; }
p { color: rgb(15,101,0); }
H1.HeaderClassName
{
color: #0F6500;
}
.AnyTagClassName
{
color: #0F6500;
}
</style>
background-color css
<style>
a { background-color: #0F6500; }
a { background-color: rgb(15,101,0); }
div.DivClassName
{
background-color: #0F6500;
}
.BgClassName
{
background-color: #0F6500;
}
</style>
border-color css
<style>
span { border-color: #0F6500; }
span { border-color: rgb(15,101,0); }
td.TdClassName
{
border-color: #0F6500;
}
.TagClassName
{
border-color: #0F6500;
}
</style>