Shades of Forest Green #068321
Tints of Forest Green #068321
RGB
CMYK
RGB Variations
Color information
#068321 (or 0x068321) is known color: Forest Green. HEX triplet: 06, 83 and 21. RGB value is (6,131,33). Sum of RGB (Red+Green+Blue) = 6+131+33=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 131 (51.56% from 255 or 77.06% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 131 - color contains mainly: green. Hex color #068321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068321 is #F97CDE. Grayscale: #525252. Windows color (decimal): -16350431 or 2196230. OLE color: 2196230.
HSL color Cylindrical-coordinate representation of color #068321: hue angle of 132.96º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068321 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 131 | 33 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.49 |
| HSL | 132.96º | 0.91% | 0.27% | - |
| HSV(B) | 132.96º | 0.95% | 0.51% | - |
| XYZ | 8.47 | 16.38 | 4.15 | - |
| YUV | 82.45 | 100.09 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 33 | 0.95 | 0 | 0.75 | 0.49 | 132.96 | 0.91 | 0.27 |
| Hex | 6 | 83 | 21 | 5F | 0 | 4B | 31 | 85 | 5B | 1B |
| Octal | 6 | 203 | 41 | 137 | 0 | 113 | 61 | 205 | 133 | 33 |
| Binary | 110 | 10000011 | 100001 | 1011111 | 0 | 1001011 | 110001 | 10000101 | 1011011 | 11011 |
Color Harmonies of #068321
Complementary color
Monochromatic Colors of #068321
Black with #068321
Text Example
Text Example
White with #068321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068321; }
p { color: rgb(6,131,33); }
H1.HeaderClassName
{
color: #068321;
}
.AnyTagClassName
{
color: #068321;
}
</style>
background-color css
<style>
a { background-color: #068321; }
a { background-color: rgb(6,131,33); }
div.DivClassName
{
background-color: #068321;
}
.BgClassName
{
background-color: #068321;
}
</style>
border-color css
<style>
span { border-color: #068321; }
span { border-color: rgb(6,131,33); }
td.TdClassName
{
border-color: #068321;
}
.TagClassName
{
border-color: #068321;
}
</style>