Shades of Green #0F7808
Tints of Green #0F7808
RGB
CMYK
RGB Variations
Color information
#0F7808 (or 0x0F7808) is known color: Green. HEX triplet: 0F, 78 and 08. RGB value is (15,120,8). Sum of RGB (Red+Green+Blue) = 15+120+8=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 120 (47.27% from 255 or 83.92% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 120 - color contains mainly: green. Hex color #0F7808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7808 is #F087F7. Grayscale: #4C4C4C. Windows color (decimal): -15763448 or 555023. OLE color: 555023.
HSL color Cylindrical-coordinate representation of color #0F7808: hue angle of 116.25º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F7808 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 8 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.53 |
| HSL | 116.25º | 0.88% | 0.25% | - |
| HSV(B) | 116.25º | 0.93% | 0.47% | - |
| XYZ | 6.96 | 13.55 | 2.48 | - |
| YUV | 75.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 8 | 0.87 | 0 | 0.93 | 0.53 | 116.25 | 0.88 | 0.25 |
| Hex | F | 78 | 8 | 57 | 0 | 5D | 35 | 74 | 58 | 19 |
| Octal | 17 | 170 | 10 | 127 | 0 | 135 | 65 | 164 | 130 | 31 |
| Binary | 1111 | 1111000 | 1000 | 1010111 | 0 | 1011101 | 110101 | 1110100 | 1011000 | 11001 |
Color Harmonies of #0F7808
Complementary color
Monochromatic Colors of #0F7808
Black with #0F7808
Text Example
Text Example
White with #0F7808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7808; }
p { color: rgb(15,120,8); }
H1.HeaderClassName
{
color: #0F7808;
}
.AnyTagClassName
{
color: #0F7808;
}
</style>
background-color css
<style>
a { background-color: #0F7808; }
a { background-color: rgb(15,120,8); }
div.DivClassName
{
background-color: #0F7808;
}
.BgClassName
{
background-color: #0F7808;
}
</style>
border-color css
<style>
span { border-color: #0F7808; }
span { border-color: rgb(15,120,8); }
td.TdClassName
{
border-color: #0F7808;
}
.TagClassName
{
border-color: #0F7808;
}
</style>