Shades of Forest Green #06961F
Tints of Forest Green #06961F
RGB
CMYK
RGB Variations
Color information
#06961F (or 0x06961F) is known color: Forest Green. HEX triplet: 06, 96 and 1F. RGB value is (6,150,31). Sum of RGB (Red+Green+Blue) = 6+150+31=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 150 (58.98% from 255 or 80.21% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 150 - color contains mainly: green. Hex color #06961F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06961F is #F969E0. Grayscale: #5D5D5D. Windows color (decimal): -16345569 or 2070022. OLE color: 2070022.
HSL color Cylindrical-coordinate representation of color #06961F: hue angle of 130.42º 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 #06961F is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 150 | 31 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.41 |
| HSL | 130.42º | 0.92% | 0.31% | - |
| HSV(B) | 130.42º | 0.96% | 0.59% | - |
| XYZ | 11.23 | 21.95 | 4.94 | - |
| YUV | 93.38 | 92.79 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 31 | 0.96 | 0 | 0.79 | 0.41 | 130.42 | 0.92 | 0.31 |
| Hex | 6 | 96 | 1F | 60 | 0 | 4F | 29 | 82 | 5C | 1F |
| Octal | 6 | 226 | 37 | 140 | 0 | 117 | 51 | 202 | 134 | 37 |
| Binary | 110 | 10010110 | 11111 | 1100000 | 0 | 1001111 | 101001 | 10000010 | 1011100 | 11111 |
Color Harmonies of #06961F
Complementary color
Monochromatic Colors of #06961F
Black with #06961F
Text Example
Text Example
White with #06961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06961F; }
p { color: rgb(6,150,31); }
H1.HeaderClassName
{
color: #06961F;
}
.AnyTagClassName
{
color: #06961F;
}
</style>
background-color css
<style>
a { background-color: #06961F; }
a { background-color: rgb(6,150,31); }
div.DivClassName
{
background-color: #06961F;
}
.BgClassName
{
background-color: #06961F;
}
</style>
border-color css
<style>
span { border-color: #06961F; }
span { border-color: rgb(6,150,31); }
td.TdClassName
{
border-color: #06961F;
}
.TagClassName
{
border-color: #06961F;
}
</style>