Shades of Green #0F780D
Tints of Green #0F780D
RGB
CMYK
RGB Variations
Color information
#0F780D (or 0x0F780D) is known color: Green. HEX triplet: 0F, 78 and 0D. RGB value is (15,120,13). Sum of RGB (Red+Green+Blue) = 15+120+13=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 120 (47.27% from 255 or 81.08% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 120 - color contains mainly: green. Hex color #0F780D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F780D is #F087F2. Grayscale: #4C4C4C. Windows color (decimal): -15763443 or 882703. OLE color: 882703.
HSL color Cylindrical-coordinate representation of color #0F780D: hue angle of 118.88º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F780D is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 13 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.53 |
| HSL | 118.88º | 0.8% | 0.26% | - |
| HSV(B) | 118.88º | 0.89% | 0.47% | - |
| XYZ | 6.99 | 13.56 | 2.63 | - |
| YUV | 76.41 | 92.21 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 13 | 0.87 | 0 | 0.89 | 0.53 | 118.88 | 0.8 | 0.26 |
| Hex | F | 78 | D | 57 | 0 | 59 | 35 | 77 | 50 | 1A |
| Octal | 17 | 170 | 15 | 127 | 0 | 131 | 65 | 167 | 120 | 32 |
| Binary | 1111 | 1111000 | 1101 | 1010111 | 0 | 1011001 | 110101 | 1110111 | 1010000 | 11010 |
Color Harmonies of #0F780D
Complementary color
Monochromatic Colors of #0F780D
Black with #0F780D
Text Example
Text Example
White with #0F780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F780D; }
p { color: rgb(15,120,13); }
H1.HeaderClassName
{
color: #0F780D;
}
.AnyTagClassName
{
color: #0F780D;
}
</style>
background-color css
<style>
a { background-color: #0F780D; }
a { background-color: rgb(15,120,13); }
div.DivClassName
{
background-color: #0F780D;
}
.BgClassName
{
background-color: #0F780D;
}
</style>
border-color css
<style>
span { border-color: #0F780D; }
span { border-color: rgb(15,120,13); }
td.TdClassName
{
border-color: #0F780D;
}
.TagClassName
{
border-color: #0F780D;
}
</style>