Shades of Green #0F7700
Tints of Green #0F7700
RGB
CMYK
RGB Variations
Color information
#0F7700 (or 0x0F7700) is known color: Green. HEX triplet: 0F, 77 and 00. RGB value is (15,119,0). Sum of RGB (Red+Green+Blue) = 15+119+0=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 119 (46.88% from 255 or 88.81% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7700 is #F088FF. Grayscale: #4A4A4A. Windows color (decimal): -15763712 or 30479. OLE color: 30479.
HSL color Cylindrical-coordinate representation of color #0F7700: hue angle of 112.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F7700 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.53 |
| HSL | 112.44º | 1% | 0.23% | - |
| HSV(B) | 112.44º | 1% | 0.47% | - |
| XYZ | 6.79 | 13.3 | 2.21 | - |
| YUV | 74.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 0 | 0.87 | 0 | 1 | 0.53 | 112.44 | 1 | 0.23 |
| Hex | F | 77 | 0 | 57 | 0 | 64 | 35 | 70 | 64 | 17 |
| Octal | 17 | 167 | 0 | 127 | 0 | 144 | 65 | 160 | 144 | 27 |
| Binary | 1111 | 1110111 | 0 | 1010111 | 0 | 1100100 | 110101 | 1110000 | 1100100 | 10111 |
Color Harmonies of #0F7700
Complementary color
Monochromatic Colors of #0F7700
Black with #0F7700
Text Example
Text Example
White with #0F7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7700; }
p { color: rgb(15,119,0); }
H1.HeaderClassName
{
color: #0F7700;
}
.AnyTagClassName
{
color: #0F7700;
}
</style>
background-color css
<style>
a { background-color: #0F7700; }
a { background-color: rgb(15,119,0); }
div.DivClassName
{
background-color: #0F7700;
}
.BgClassName
{
background-color: #0F7700;
}
</style>
border-color css
<style>
span { border-color: #0F7700; }
span { border-color: rgb(15,119,0); }
td.TdClassName
{
border-color: #0F7700;
}
.TagClassName
{
border-color: #0F7700;
}
</style>