Shades of Green #0F6702
Tints of Green #0F6702
RGB
CMYK
RGB Variations
Color information
#0F6702 (or 0x0F6702) is known color: Green. HEX triplet: 0F, 67 and 02. RGB value is (15,103,2). Sum of RGB (Red+Green+Blue) = 15+103+2=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 103 (40.62% from 255 or 85.83% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6702 is #F098FD. Grayscale: #414141. Windows color (decimal): -15767806 or 157455. OLE color: 157455.
HSL color Cylindrical-coordinate representation of color #0F6702: hue angle of 112.28º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F6702 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 2 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.60 |
| HSL | 112.28º | 0.96% | 0.21% | - |
| HSV(B) | 112.28º | 0.98% | 0.4% | - |
| XYZ | 5.06 | 9.81 | 1.68 | - |
| YUV | 65.17 | 92.35 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 2 | 0.85 | 0 | 0.98 | 0.60 | 112.28 | 0.96 | 0.21 |
| Hex | F | 67 | 2 | 55 | 0 | 62 | 3C | 70 | 60 | 15 |
| Octal | 17 | 147 | 2 | 125 | 0 | 142 | 74 | 160 | 140 | 25 |
| Binary | 1111 | 1100111 | 10 | 1010101 | 0 | 1100010 | 111100 | 1110000 | 1100000 | 10101 |
Color Harmonies of #0F6702
Complementary color
Monochromatic Colors of #0F6702
Black with #0F6702
Text Example
Text Example
White with #0F6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6702; }
p { color: rgb(15,103,2); }
H1.HeaderClassName
{
color: #0F6702;
}
.AnyTagClassName
{
color: #0F6702;
}
</style>
background-color css
<style>
a { background-color: #0F6702; }
a { background-color: rgb(15,103,2); }
div.DivClassName
{
background-color: #0F6702;
}
.BgClassName
{
background-color: #0F6702;
}
</style>
border-color css
<style>
span { border-color: #0F6702; }
span { border-color: rgb(15,103,2); }
td.TdClassName
{
border-color: #0F6702;
}
.TagClassName
{
border-color: #0F6702;
}
</style>