Shades of Forest Green #06912B
Tints of Forest Green #06912B
RGB
CMYK
RGB Variations
Color information
#06912B (or 0x06912B) is known color: Forest Green. HEX triplet: 06, 91 and 2B. RGB value is (6,145,43). Sum of RGB (Red+Green+Blue) = 6+145+43=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 145 (57.03% from 255 or 74.74% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 145 - color contains mainly: green. Hex color #06912B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06912B is #F96ED4. Grayscale: #5C5C5C. Windows color (decimal): -16346837 or 2855174. OLE color: 2855174.
HSL color Cylindrical-coordinate representation of color #06912B: hue angle of 135.97º 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 #06912B is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 145 | 43 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.43 |
| HSL | 135.97º | 0.92% | 0.3% | - |
| HSV(B) | 135.97º | 0.96% | 0.57% | - |
| XYZ | 10.64 | 20.46 | 5.67 | - |
| YUV | 91.81 | 100.45 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 43 | 0.96 | 0 | 0.70 | 0.43 | 135.97 | 0.92 | 0.3 |
| Hex | 6 | 91 | 2B | 60 | 0 | 46 | 2B | 88 | 5C | 1E |
| Octal | 6 | 221 | 53 | 140 | 0 | 106 | 53 | 210 | 134 | 36 |
| Binary | 110 | 10010001 | 101011 | 1100000 | 0 | 1000110 | 101011 | 10001000 | 1011100 | 11110 |
Color Harmonies of #06912B
Complementary color
Monochromatic Colors of #06912B
Black with #06912B
Text Example
Text Example
White with #06912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06912B; }
p { color: rgb(6,145,43); }
H1.HeaderClassName
{
color: #06912B;
}
.AnyTagClassName
{
color: #06912B;
}
</style>
background-color css
<style>
a { background-color: #06912B; }
a { background-color: rgb(6,145,43); }
div.DivClassName
{
background-color: #06912B;
}
.BgClassName
{
background-color: #06912B;
}
</style>
border-color css
<style>
span { border-color: #06912B; }
span { border-color: rgb(6,145,43); }
td.TdClassName
{
border-color: #06912B;
}
.TagClassName
{
border-color: #06912B;
}
</style>