Shades of Forest Green #068B2C
Tints of Forest Green #068B2C
RGB
CMYK
RGB Variations
Color information
#068B2C (or 0x068B2C) is known color: Forest Green. HEX triplet: 06, 8B and 2C. RGB value is (6,139,44). Sum of RGB (Red+Green+Blue) = 6+139+44=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 139 (54.69% from 255 or 73.54% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 139 - color contains mainly: green. Hex color #068B2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068B2C is #F974D3. Grayscale: #585858. Windows color (decimal): -16348372 or 2919174. OLE color: 2919174.
HSL color Cylindrical-coordinate representation of color #068B2C: hue angle of 137.14º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B2C is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 44 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.45 |
| HSL | 137.14º | 0.92% | 0.28% | - |
| HSV(B) | 137.14º | 0.96% | 0.55% | - |
| XYZ | 9.76 | 18.69 | 5.48 | - |
| YUV | 88.4 | 102.94 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 44 | 0.96 | 0 | 0.68 | 0.45 | 137.14 | 0.92 | 0.28 |
| Hex | 6 | 8B | 2C | 60 | 0 | 44 | 2D | 89 | 5C | 1C |
| Octal | 6 | 213 | 54 | 140 | 0 | 104 | 55 | 211 | 134 | 34 |
| Binary | 110 | 10001011 | 101100 | 1100000 | 0 | 1000100 | 101101 | 10001001 | 1011100 | 11100 |
Color Harmonies of #068B2C
Complementary color
Monochromatic Colors of #068B2C
Black with #068B2C
Text Example
Text Example
White with #068B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B2C; }
p { color: rgb(6,139,44); }
H1.HeaderClassName
{
color: #068B2C;
}
.AnyTagClassName
{
color: #068B2C;
}
</style>
background-color css
<style>
a { background-color: #068B2C; }
a { background-color: rgb(6,139,44); }
div.DivClassName
{
background-color: #068B2C;
}
.BgClassName
{
background-color: #068B2C;
}
</style>
border-color css
<style>
span { border-color: #068B2C; }
span { border-color: rgb(6,139,44); }
td.TdClassName
{
border-color: #068B2C;
}
.TagClassName
{
border-color: #068B2C;
}
</style>