Shades of Green #0F6D03
Tints of Green #0F6D03
RGB
CMYK
RGB Variations
Color information
#0F6D03 (or 0x0F6D03) is known color: Green. HEX triplet: 0F, 6D and 03. RGB value is (15,109,3). Sum of RGB (Red+Green+Blue) = 15+109+3=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 109 (42.97% from 255 or 85.83% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6D03 is #F092FC. Grayscale: #454545. Windows color (decimal): -15766269 or 224527. OLE color: 224527.
HSL color Cylindrical-coordinate representation of color #0F6D03: hue angle of 113.21º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F6D03 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 109 | 3 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.57 |
| HSL | 113.21º | 0.95% | 0.22% | - |
| HSV(B) | 113.21º | 0.97% | 0.43% | - |
| XYZ | 5.68 | 11.05 | 1.92 | - |
| YUV | 68.81 | 90.86 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 109 | 3 | 0.86 | 0 | 0.97 | 0.57 | 113.21 | 0.95 | 0.22 |
| Hex | F | 6D | 3 | 56 | 0 | 61 | 39 | 71 | 5F | 16 |
| Octal | 17 | 155 | 3 | 126 | 0 | 141 | 71 | 161 | 137 | 26 |
| Binary | 1111 | 1101101 | 11 | 1010110 | 0 | 1100001 | 111001 | 1110001 | 1011111 | 10110 |
Color Harmonies of #0F6D03
Complementary color
Monochromatic Colors of #0F6D03
Black with #0F6D03
Text Example
Text Example
White with #0F6D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6D03; }
p { color: rgb(15,109,3); }
H1.HeaderClassName
{
color: #0F6D03;
}
.AnyTagClassName
{
color: #0F6D03;
}
</style>
background-color css
<style>
a { background-color: #0F6D03; }
a { background-color: rgb(15,109,3); }
div.DivClassName
{
background-color: #0F6D03;
}
.BgClassName
{
background-color: #0F6D03;
}
</style>
border-color css
<style>
span { border-color: #0F6D03; }
span { border-color: rgb(15,109,3); }
td.TdClassName
{
border-color: #0F6D03;
}
.TagClassName
{
border-color: #0F6D03;
}
</style>