Shades of Green #0F6503
Tints of Green #0F6503
RGB
CMYK
RGB Variations
Color information
#0F6503 (or 0x0F6503) is known color: Green. HEX triplet: 0F, 65 and 03. RGB value is (15,101,3). Sum of RGB (Red+Green+Blue) = 15+101+3=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 101 (39.84% from 255 or 84.87% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6503 is #F09AFC. Grayscale: #404040. Windows color (decimal): -15768317 or 222479. OLE color: 222479.
HSL color Cylindrical-coordinate representation of color #0F6503: hue angle of 112.65º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F6503 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 3 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.60 |
| HSL | 112.65º | 0.94% | 0.2% | - |
| HSV(B) | 112.65º | 0.97% | 0.4% | - |
| XYZ | 4.87 | 9.42 | 1.65 | - |
| YUV | 64.11 | 93.51 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 3 | 0.85 | 0 | 0.97 | 0.60 | 112.65 | 0.94 | 0.2 |
| Hex | F | 65 | 3 | 55 | 0 | 61 | 3C | 71 | 5E | 14 |
| Octal | 17 | 145 | 3 | 125 | 0 | 141 | 74 | 161 | 136 | 24 |
| Binary | 1111 | 1100101 | 11 | 1010101 | 0 | 1100001 | 111100 | 1110001 | 1011110 | 10100 |
Color Harmonies of #0F6503
Complementary color
Monochromatic Colors of #0F6503
Black with #0F6503
Text Example
Text Example
White with #0F6503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6503; }
p { color: rgb(15,101,3); }
H1.HeaderClassName
{
color: #0F6503;
}
.AnyTagClassName
{
color: #0F6503;
}
</style>
background-color css
<style>
a { background-color: #0F6503; }
a { background-color: rgb(15,101,3); }
div.DivClassName
{
background-color: #0F6503;
}
.BgClassName
{
background-color: #0F6503;
}
</style>
border-color css
<style>
span { border-color: #0F6503; }
span { border-color: rgb(15,101,3); }
td.TdClassName
{
border-color: #0F6503;
}
.TagClassName
{
border-color: #0F6503;
}
</style>