Shades of Forest Green #06972C
Tints of Forest Green #06972C
RGB
CMYK
RGB Variations
Color information
#06972C (or 0x06972C) is known color: Forest Green. HEX triplet: 06, 97 and 2C. RGB value is (6,151,44). Sum of RGB (Red+Green+Blue) = 6+151+44=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 151 (59.38% from 255 or 75.12% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 151 - color contains mainly: green. Hex color #06972C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06972C is #F968D3. Grayscale: #5F5F5F. Windows color (decimal): -16345300 or 2922246. OLE color: 2922246.
HSL color Cylindrical-coordinate representation of color #06972C: hue angle of 135.72º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06972C is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 151 | 44 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.41 |
| HSL | 135.72º | 0.92% | 0.31% | - |
| HSV(B) | 135.72º | 0.96% | 0.59% | - |
| XYZ | 11.6 | 22.35 | 6.09 | - |
| YUV | 95.45 | 98.96 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 151 | 44 | 0.96 | 0 | 0.71 | 0.41 | 135.72 | 0.92 | 0.31 |
| Hex | 6 | 97 | 2C | 60 | 0 | 47 | 29 | 88 | 5C | 1F |
| Octal | 6 | 227 | 54 | 140 | 0 | 107 | 51 | 210 | 134 | 37 |
| Binary | 110 | 10010111 | 101100 | 1100000 | 0 | 1000111 | 101001 | 10001000 | 1011100 | 11111 |
Color Harmonies of #06972C
Complementary color
Monochromatic Colors of #06972C
Black with #06972C
Text Example
Text Example
White with #06972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06972C; }
p { color: rgb(6,151,44); }
H1.HeaderClassName
{
color: #06972C;
}
.AnyTagClassName
{
color: #06972C;
}
</style>
background-color css
<style>
a { background-color: #06972C; }
a { background-color: rgb(6,151,44); }
div.DivClassName
{
background-color: #06972C;
}
.BgClassName
{
background-color: #06972C;
}
</style>
border-color css
<style>
span { border-color: #06972C; }
span { border-color: rgb(6,151,44); }
td.TdClassName
{
border-color: #06972C;
}
.TagClassName
{
border-color: #06972C;
}
</style>