Shades of Green #0F7600
Tints of Green #0F7600
RGB
CMYK
RGB Variations
Color information
#0F7600 (or 0x0F7600) is known color: Green. HEX triplet: 0F, 76 and 00. RGB value is (15,118,0). Sum of RGB (Red+Green+Blue) = 15+118+0=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 118 (46.48% from 255 or 88.72% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7600 is #F089FF. Grayscale: #4A4A4A. Windows color (decimal): -15763968 or 30223. OLE color: 30223.
HSL color Cylindrical-coordinate representation of color #0F7600: hue angle of 112.37º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F7600 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 118 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.54 |
| HSL | 112.37º | 1% | 0.23% | - |
| HSV(B) | 112.37º | 1% | 0.46% | - |
| XYZ | 6.68 | 13.06 | 2.17 | - |
| YUV | 73.75 | 86.38 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 0 | 0.87 | 0 | 1 | 0.54 | 112.37 | 1 | 0.23 |
| Hex | F | 76 | 0 | 57 | 0 | 64 | 36 | 70 | 64 | 17 |
| Octal | 17 | 166 | 0 | 127 | 0 | 144 | 66 | 160 | 144 | 27 |
| Binary | 1111 | 1110110 | 0 | 1010111 | 0 | 1100100 | 110110 | 1110000 | 1100100 | 10111 |
Color Harmonies of #0F7600
Complementary color
Monochromatic Colors of #0F7600
Black with #0F7600
Text Example
Text Example
White with #0F7600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7600; }
p { color: rgb(15,118,0); }
H1.HeaderClassName
{
color: #0F7600;
}
.AnyTagClassName
{
color: #0F7600;
}
</style>
background-color css
<style>
a { background-color: #0F7600; }
a { background-color: rgb(15,118,0); }
div.DivClassName
{
background-color: #0F7600;
}
.BgClassName
{
background-color: #0F7600;
}
</style>
border-color css
<style>
span { border-color: #0F7600; }
span { border-color: rgb(15,118,0); }
td.TdClassName
{
border-color: #0F7600;
}
.TagClassName
{
border-color: #0F7600;
}
</style>