Shades of Green #0F780F
Tints of Green #0F780F
RGB
CMYK
RGB Variations
Color information
#0F780F (or 0x0F780F) is known color: Green. HEX triplet: 0F, 78 and 0F. RGB value is (15,120,15). Sum of RGB (Red+Green+Blue) = 15+120+15=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 120 (47.27% from 255 or 80% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 120 - color contains mainly: green. Hex color #0F780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F780F is #F087F0. Grayscale: #4C4C4C. Windows color (decimal): -15763441 or 1013775. OLE color: 1013775.
HSL color Cylindrical-coordinate representation of color #0F780F: hue angle of 120º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F780F is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 15 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.53 |
| HSL | 120º | 0.78% | 0.26% | - |
| HSV(B) | 120º | 0.88% | 0.47% | - |
| XYZ | 7 | 13.57 | 2.7 | - |
| YUV | 76.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 15 | 0.87 | 0 | 0.87 | 0.53 | 120 | 0.78 | 0.26 |
| Hex | F | 78 | F | 57 | 0 | 57 | 35 | 78 | 4E | 1A |
| Octal | 17 | 170 | 17 | 127 | 0 | 127 | 65 | 170 | 116 | 32 |
| Binary | 1111 | 1111000 | 1111 | 1010111 | 0 | 1010111 | 110101 | 1111000 | 1001110 | 11010 |
Color Harmonies of #0F780F
Complementary color
Monochromatic Colors of #0F780F
Black with #0F780F
Text Example
Text Example
White with #0F780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F780F; }
p { color: rgb(15,120,15); }
H1.HeaderClassName
{
color: #0F780F;
}
.AnyTagClassName
{
color: #0F780F;
}
</style>
background-color css
<style>
a { background-color: #0F780F; }
a { background-color: rgb(15,120,15); }
div.DivClassName
{
background-color: #0F780F;
}
.BgClassName
{
background-color: #0F780F;
}
</style>
border-color css
<style>
span { border-color: #0F780F; }
span { border-color: rgb(15,120,15); }
td.TdClassName
{
border-color: #0F780F;
}
.TagClassName
{
border-color: #0F780F;
}
</style>