Shades of Forest Green #068726
Tints of Forest Green #068726
RGB
CMYK
RGB Variations
Color information
#068726 (or 0x068726) is known color: Forest Green. HEX triplet: 06, 87 and 26. RGB value is (6,135,38). Sum of RGB (Red+Green+Blue) = 6+135+38=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 135 (53.12% from 255 or 75.42% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 135 - color contains mainly: green. Hex color #068726 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068726 is #F978D9. Grayscale: #555555. Windows color (decimal): -16349402 or 2524934. OLE color: 2524934.
HSL color Cylindrical-coordinate representation of color #068726: hue angle of 134.88º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068726 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 38 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.47 |
| HSL | 134.88º | 0.91% | 0.28% | - |
| HSV(B) | 134.88º | 0.96% | 0.53% | - |
| XYZ | 9.09 | 17.51 | 4.73 | - |
| YUV | 85.37 | 101.26 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 38 | 0.96 | 0 | 0.72 | 0.47 | 134.88 | 0.91 | 0.28 |
| Hex | 6 | 87 | 26 | 60 | 0 | 48 | 2F | 87 | 5B | 1C |
| Octal | 6 | 207 | 46 | 140 | 0 | 110 | 57 | 207 | 133 | 34 |
| Binary | 110 | 10000111 | 100110 | 1100000 | 0 | 1001000 | 101111 | 10000111 | 1011011 | 11100 |
Color Harmonies of #068726
Complementary color
Monochromatic Colors of #068726
Black with #068726
Text Example
Text Example
White with #068726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068726; }
p { color: rgb(6,135,38); }
H1.HeaderClassName
{
color: #068726;
}
.AnyTagClassName
{
color: #068726;
}
</style>
background-color css
<style>
a { background-color: #068726; }
a { background-color: rgb(6,135,38); }
div.DivClassName
{
background-color: #068726;
}
.BgClassName
{
background-color: #068726;
}
</style>
border-color css
<style>
span { border-color: #068726; }
span { border-color: rgb(6,135,38); }
td.TdClassName
{
border-color: #068726;
}
.TagClassName
{
border-color: #068726;
}
</style>