Shades of Rain Forest #6E7D21
Tints of Rain Forest #6E7D21
RGB
CMYK
RGB Variations
Color information
#6E7D21 (or 0x6E7D21) is known color: Rain Forest. HEX triplet: 6E, 7D and 21. RGB value is (110,125,33). Sum of RGB (Red+Green+Blue) = 110+125+33=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7D21 is #9182DE. Grayscale: #6E6E6E. Windows color (decimal): -9536223 or 2194798. OLE color: 2194798.
HSL color Cylindrical-coordinate representation of color #6E7D21: hue angle of 69.78º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E7D21 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 125 | 33 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.51 |
| HSL | 69.78º | 0.58% | 0.31% | - |
| HSV(B) | 69.78º | 0.74% | 0.49% | - |
| XYZ | 14.04 | 18.09 | 4.19 | - |
| YUV | 110.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 33 | 0.12 | 0 | 0.74 | 0.51 | 69.78 | 0.58 | 0.31 |
| Hex | 6E | 7D | 21 | C | 0 | 4A | 33 | 46 | 3A | 1F |
| Octal | 156 | 175 | 41 | 14 | 0 | 112 | 63 | 106 | 72 | 37 |
| Binary | 1101110 | 1111101 | 100001 | 1100 | 0 | 1001010 | 110011 | 1000110 | 111010 | 11111 |
Color Harmonies of #6E7D21
Complementary color
Monochromatic Colors of #6E7D21
Black with #6E7D21
Text Example
Text Example
White with #6E7D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7D21; }
p { color: rgb(110,125,33); }
H1.HeaderClassName
{
color: #6E7D21;
}
.AnyTagClassName
{
color: #6E7D21;
}
</style>
background-color css
<style>
a { background-color: #6E7D21; }
a { background-color: rgb(110,125,33); }
div.DivClassName
{
background-color: #6E7D21;
}
.BgClassName
{
background-color: #6E7D21;
}
</style>
border-color css
<style>
span { border-color: #6E7D21; }
span { border-color: rgb(110,125,33); }
td.TdClassName
{
border-color: #6E7D21;
}
.TagClassName
{
border-color: #6E7D21;
}
</style>