Shades of Elf Green #0F8770
Tints of Elf Green #0F8770
RGB
CMYK
RGB Variations
Color information
#0F8770 (or 0x0F8770) is known color: Elf Green. HEX triplet: 0F, 87 and 70. RGB value is (15,135,112). Sum of RGB (Red+Green+Blue) = 15+135+112=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8770 is #F0788F. Grayscale: #606060. Windows color (decimal): -15759504 or 7374607. OLE color: 7374607.
HSL color Cylindrical-coordinate representation of color #0F8770: hue angle of 168.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8770 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 135 | 112 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.47 |
| HSL | 168.5º | 0.8% | 0.29% | - |
| HSV(B) | 168.5º | 0.89% | 0.53% | - |
| XYZ | 11.79 | 18.6 | 18.3 | - |
| YUV | 96.5 | 136.74 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 112 | 0.89 | 0 | 0.17 | 0.47 | 168.5 | 0.8 | 0.29 |
| Hex | F | 87 | 70 | 59 | 0 | 11 | 2F | A8 | 50 | 1D |
| Octal | 17 | 207 | 160 | 131 | 0 | 21 | 57 | 250 | 120 | 35 |
| Binary | 1111 | 10000111 | 1110000 | 1011001 | 0 | 10001 | 101111 | 10101000 | 1010000 | 11101 |
Color Harmonies of #0F8770
Complementary color
Monochromatic Colors of #0F8770
Black with #0F8770
Text Example
Text Example
White with #0F8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8770; }
p { color: rgb(15,135,112); }
H1.HeaderClassName
{
color: #0F8770;
}
.AnyTagClassName
{
color: #0F8770;
}
</style>
background-color css
<style>
a { background-color: #0F8770; }
a { background-color: rgb(15,135,112); }
div.DivClassName
{
background-color: #0F8770;
}
.BgClassName
{
background-color: #0F8770;
}
</style>
border-color css
<style>
span { border-color: #0F8770; }
span { border-color: rgb(15,135,112); }
td.TdClassName
{
border-color: #0F8770;
}
.TagClassName
{
border-color: #0F8770;
}
</style>