Shades of Forest Green #068122
Tints of Forest Green #068122
RGB
CMYK
RGB Variations
Color information
#068122 (or 0x068122) is known color: Forest Green. HEX triplet: 06, 81 and 22. RGB value is (6,129,34). Sum of RGB (Red+Green+Blue) = 6+129+34=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 129 (50.78% from 255 or 76.33% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 129 - color contains mainly: green. Hex color #068122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068122 is #F97EDD. Grayscale: #515151. Windows color (decimal): -16350942 or 2261254. OLE color: 2261254.
HSL color Cylindrical-coordinate representation of color #068122: hue angle of 133.66º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068122 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 34 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.49 |
| HSL | 133.66º | 0.91% | 0.26% | - |
| HSV(B) | 133.66º | 0.95% | 0.51% | - |
| XYZ | 8.21 | 15.85 | 4.14 | - |
| YUV | 81.39 | 101.25 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 34 | 0.95 | 0 | 0.74 | 0.49 | 133.66 | 0.91 | 0.26 |
| Hex | 6 | 81 | 22 | 5F | 0 | 4A | 31 | 86 | 5B | 1A |
| Octal | 6 | 201 | 42 | 137 | 0 | 112 | 61 | 206 | 133 | 32 |
| Binary | 110 | 10000001 | 100010 | 1011111 | 0 | 1001010 | 110001 | 10000110 | 1011011 | 11010 |
Color Harmonies of #068122
Complementary color
Monochromatic Colors of #068122
Black with #068122
Text Example
Text Example
White with #068122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068122; }
p { color: rgb(6,129,34); }
H1.HeaderClassName
{
color: #068122;
}
.AnyTagClassName
{
color: #068122;
}
</style>
background-color css
<style>
a { background-color: #068122; }
a { background-color: rgb(6,129,34); }
div.DivClassName
{
background-color: #068122;
}
.BgClassName
{
background-color: #068122;
}
</style>
border-color css
<style>
span { border-color: #068122; }
span { border-color: rgb(6,129,34); }
td.TdClassName
{
border-color: #068122;
}
.TagClassName
{
border-color: #068122;
}
</style>