Shades of Forest Green #0A761E
Tints of Forest Green #0A761E
RGB
CMYK
RGB Variations
Color information
#0A761E (or 0x0A761E) is known color: Forest Green. HEX triplet: 0A, 76 and 1E. RGB value is (10,118,30). Sum of RGB (Red+Green+Blue) = 10+118+30=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #0A761E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A761E is #F589E1. Grayscale: #4B4B4B. Windows color (decimal): -16091618 or 1996298. OLE color: 1996298.
HSL color Cylindrical-coordinate representation of color #0A761E: hue angle of 131.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A761E is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 30 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.54 |
| HSL | 131.11º | 0.84% | 0.25% | - |
| HSV(B) | 131.11º | 0.92% | 0.46% | - |
| XYZ | 6.84 | 13.12 | 3.4 | - |
| YUV | 75.68 | 102.22 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 30 | 0.92 | 0 | 0.75 | 0.54 | 131.11 | 0.84 | 0.25 |
| Hex | A | 76 | 1E | 5C | 0 | 4B | 36 | 83 | 54 | 19 |
| Octal | 12 | 166 | 36 | 134 | 0 | 113 | 66 | 203 | 124 | 31 |
| Binary | 1010 | 1110110 | 11110 | 1011100 | 0 | 1001011 | 110110 | 10000011 | 1010100 | 11001 |
Color Harmonies of #0A761E
Complementary color
Monochromatic Colors of #0A761E
Black with #0A761E
Text Example
Text Example
White with #0A761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A761E; }
p { color: rgb(10,118,30); }
H1.HeaderClassName
{
color: #0A761E;
}
.AnyTagClassName
{
color: #0A761E;
}
</style>
background-color css
<style>
a { background-color: #0A761E; }
a { background-color: rgb(10,118,30); }
div.DivClassName
{
background-color: #0A761E;
}
.BgClassName
{
background-color: #0A761E;
}
</style>
border-color css
<style>
span { border-color: #0A761E; }
span { border-color: rgb(10,118,30); }
td.TdClassName
{
border-color: #0A761E;
}
.TagClassName
{
border-color: #0A761E;
}
</style>