Shades of Green #0F6502
Tints of Green #0F6502
RGB
CMYK
RGB Variations
Color information
#0F6502 (or 0x0F6502) is known color: Green. HEX triplet: 0F, 65 and 02. RGB value is (15,101,2). Sum of RGB (Red+Green+Blue) = 15+101+2=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 101 (39.84% from 255 or 85.59% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6502 is #F09AFD. Grayscale: #404040. Windows color (decimal): -15768318 or 156943. OLE color: 156943.
HSL color Cylindrical-coordinate representation of color #0F6502: hue angle of 112.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F6502 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 2 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.60 |
| HSL | 112.12º | 0.96% | 0.2% | - |
| HSV(B) | 112.12º | 0.98% | 0.4% | - |
| XYZ | 4.86 | 9.41 | 1.62 | - |
| YUV | 64 | 93.01 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 2 | 0.85 | 0 | 0.98 | 0.60 | 112.12 | 0.96 | 0.2 |
| Hex | F | 65 | 2 | 55 | 0 | 62 | 3C | 70 | 60 | 14 |
| Octal | 17 | 145 | 2 | 125 | 0 | 142 | 74 | 160 | 140 | 24 |
| Binary | 1111 | 1100101 | 10 | 1010101 | 0 | 1100010 | 111100 | 1110000 | 1100000 | 10100 |
Color Harmonies of #0F6502
Complementary color
Monochromatic Colors of #0F6502
Black with #0F6502
Text Example
Text Example
White with #0F6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6502; }
p { color: rgb(15,101,2); }
H1.HeaderClassName
{
color: #0F6502;
}
.AnyTagClassName
{
color: #0F6502;
}
</style>
background-color css
<style>
a { background-color: #0F6502; }
a { background-color: rgb(15,101,2); }
div.DivClassName
{
background-color: #0F6502;
}
.BgClassName
{
background-color: #0F6502;
}
</style>
border-color css
<style>
span { border-color: #0F6502; }
span { border-color: rgb(15,101,2); }
td.TdClassName
{
border-color: #0F6502;
}
.TagClassName
{
border-color: #0F6502;
}
</style>