Shades of Forest Green #06912C
Tints of Forest Green #06912C
RGB
CMYK
RGB Variations
Color information
#06912C (or 0x06912C) is known color: Forest Green. HEX triplet: 06, 91 and 2C. RGB value is (6,145,44). Sum of RGB (Red+Green+Blue) = 6+145+44=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 145 (57.03% from 255 or 74.36% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 145 - color contains mainly: green. Hex color #06912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06912C is #F96ED3. Grayscale: #5C5C5C. Windows color (decimal): -16346836 or 2920710. OLE color: 2920710.
HSL color Cylindrical-coordinate representation of color #06912C: hue angle of 136.4º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06912C is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 145 | 44 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.43 |
| HSL | 136.4º | 0.92% | 0.3% | - |
| HSV(B) | 136.4º | 0.96% | 0.57% | - |
| XYZ | 10.66 | 20.47 | 5.77 | - |
| YUV | 91.93 | 100.95 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 44 | 0.96 | 0 | 0.70 | 0.43 | 136.4 | 0.92 | 0.3 |
| Hex | 6 | 91 | 2C | 60 | 0 | 46 | 2B | 88 | 5C | 1E |
| Octal | 6 | 221 | 54 | 140 | 0 | 106 | 53 | 210 | 134 | 36 |
| Binary | 110 | 10010001 | 101100 | 1100000 | 0 | 1000110 | 101011 | 10001000 | 1011100 | 11110 |
Color Harmonies of #06912C
Complementary color
Monochromatic Colors of #06912C
Black with #06912C
Text Example
Text Example
White with #06912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06912C; }
p { color: rgb(6,145,44); }
H1.HeaderClassName
{
color: #06912C;
}
.AnyTagClassName
{
color: #06912C;
}
</style>
background-color css
<style>
a { background-color: #06912C; }
a { background-color: rgb(6,145,44); }
div.DivClassName
{
background-color: #06912C;
}
.BgClassName
{
background-color: #06912C;
}
</style>
border-color css
<style>
span { border-color: #06912C; }
span { border-color: rgb(6,145,44); }
td.TdClassName
{
border-color: #06912C;
}
.TagClassName
{
border-color: #06912C;
}
</style>