Shades of Green #0F7800
Tints of Green #0F7800
RGB
CMYK
RGB Variations
Color information
#0F7800 (or 0x0F7800) is known color: Green. HEX triplet: 0F, 78 and 00. RGB value is (15,120,0). Sum of RGB (Red+Green+Blue) = 15+120+0=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 120 (47.27% from 255 or 88.89% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 120 - color contains mainly: green. Hex color #0F7800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7800 is #F087FF. Grayscale: #4B4B4B. Windows color (decimal): -15763456 or 30735. OLE color: 30735.
HSL color Cylindrical-coordinate representation of color #0F7800: hue angle of 112.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F7800 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.53 |
| HSL | 112.5º | 1% | 0.24% | - |
| HSV(B) | 112.5º | 1% | 0.47% | - |
| XYZ | 6.91 | 13.53 | 2.25 | - |
| YUV | 74.93 | 85.71 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 0 | 0.87 | 0 | 1 | 0.53 | 112.5 | 1 | 0.24 |
| Hex | F | 78 | 0 | 57 | 0 | 64 | 35 | 70 | 64 | 18 |
| Octal | 17 | 170 | 0 | 127 | 0 | 144 | 65 | 160 | 144 | 30 |
| Binary | 1111 | 1111000 | 0 | 1010111 | 0 | 1100100 | 110101 | 1110000 | 1100100 | 11000 |
Color Harmonies of #0F7800
Complementary color
Monochromatic Colors of #0F7800
Black with #0F7800
Text Example
Text Example
White with #0F7800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7800; }
p { color: rgb(15,120,0); }
H1.HeaderClassName
{
color: #0F7800;
}
.AnyTagClassName
{
color: #0F7800;
}
</style>
background-color css
<style>
a { background-color: #0F7800; }
a { background-color: rgb(15,120,0); }
div.DivClassName
{
background-color: #0F7800;
}
.BgClassName
{
background-color: #0F7800;
}
</style>
border-color css
<style>
span { border-color: #0F7800; }
span { border-color: rgb(15,120,0); }
td.TdClassName
{
border-color: #0F7800;
}
.TagClassName
{
border-color: #0F7800;
}
</style>