Shades of Forest Green #0F761A
Tints of Forest Green #0F761A
RGB
CMYK
RGB Variations
Color information
#0F761A (or 0x0F761A) is known color: Forest Green. HEX triplet: 0F, 76 and 1A. RGB value is (15,118,26). Sum of RGB (Red+Green+Blue) = 15+118+26=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #0F761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F761A is #F089E5. Grayscale: #4C4C4C. Windows color (decimal): -15763942 or 1734159. OLE color: 1734159.
HSL color Cylindrical-coordinate representation of color #0F761A: hue angle of 126.41º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F761A is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 118 | 26 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.54 |
| HSL | 126.41º | 0.77% | 0.26% | - |
| HSV(B) | 126.41º | 0.87% | 0.46% | - |
| XYZ | 6.86 | 13.13 | 3.15 | - |
| YUV | 76.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 26 | 0.87 | 0 | 0.78 | 0.54 | 126.41 | 0.77 | 0.26 |
| Hex | F | 76 | 1A | 57 | 0 | 4E | 36 | 7E | 4D | 1A |
| Octal | 17 | 166 | 32 | 127 | 0 | 116 | 66 | 176 | 115 | 32 |
| Binary | 1111 | 1110110 | 11010 | 1010111 | 0 | 1001110 | 110110 | 1111110 | 1001101 | 11010 |
Color Harmonies of #0F761A
Complementary color
Monochromatic Colors of #0F761A
Black with #0F761A
Text Example
Text Example
White with #0F761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F761A; }
p { color: rgb(15,118,26); }
H1.HeaderClassName
{
color: #0F761A;
}
.AnyTagClassName
{
color: #0F761A;
}
</style>
background-color css
<style>
a { background-color: #0F761A; }
a { background-color: rgb(15,118,26); }
div.DivClassName
{
background-color: #0F761A;
}
.BgClassName
{
background-color: #0F761A;
}
</style>
border-color css
<style>
span { border-color: #0F761A; }
span { border-color: rgb(15,118,26); }
td.TdClassName
{
border-color: #0F761A;
}
.TagClassName
{
border-color: #0F761A;
}
</style>