Shades of Forest Green #06901D
Tints of Forest Green #06901D
RGB
CMYK
RGB Variations
Color information
#06901D (or 0x06901D) is known color: Forest Green. HEX triplet: 06, 90 and 1D. RGB value is (6,144,29). Sum of RGB (Red+Green+Blue) = 6+144+29=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 144 (56.64% from 255 or 80.45% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 144 - color contains mainly: green. Hex color #06901D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06901D is #F96FE2. Grayscale: #595959. Windows color (decimal): -16347107 or 1937414. OLE color: 1937414.
HSL color Cylindrical-coordinate representation of color #06901D: hue angle of 130º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06901D is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 29 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.44 |
| HSL | 130º | 0.92% | 0.29% | - |
| HSV(B) | 130º | 0.96% | 0.56% | - |
| XYZ | 10.27 | 20.07 | 4.5 | - |
| YUV | 89.63 | 93.78 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 29 | 0.96 | 0 | 0.80 | 0.44 | 130 | 0.92 | 0.29 |
| Hex | 6 | 90 | 1D | 60 | 0 | 50 | 2C | 82 | 5C | 1D |
| Octal | 6 | 220 | 35 | 140 | 0 | 120 | 54 | 202 | 134 | 35 |
| Binary | 110 | 10010000 | 11101 | 1100000 | 0 | 1010000 | 101100 | 10000010 | 1011100 | 11101 |
Color Harmonies of #06901D
Complementary color
Monochromatic Colors of #06901D
Black with #06901D
Text Example
Text Example
White with #06901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06901D; }
p { color: rgb(6,144,29); }
H1.HeaderClassName
{
color: #06901D;
}
.AnyTagClassName
{
color: #06901D;
}
</style>
background-color css
<style>
a { background-color: #06901D; }
a { background-color: rgb(6,144,29); }
div.DivClassName
{
background-color: #06901D;
}
.BgClassName
{
background-color: #06901D;
}
</style>
border-color css
<style>
span { border-color: #06901D; }
span { border-color: rgb(6,144,29); }
td.TdClassName
{
border-color: #06901D;
}
.TagClassName
{
border-color: #06901D;
}
</style>