Shades of Rain Forest #6E7D33
Tints of Rain Forest #6E7D33
RGB
CMYK
RGB Variations
Color information
#6E7D33 (or 0x6E7D33) is known color: Rain Forest. HEX triplet: 6E, 7D and 33. RGB value is (110,125,51). Sum of RGB (Red+Green+Blue) = 110+125+51=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7D33 is #9182CC. Grayscale: #707070. Windows color (decimal): -9536205 or 3374446. OLE color: 3374446.
HSL color Cylindrical-coordinate representation of color #6E7D33: hue angle of 72.16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E7D33 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 125 | 51 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.51 |
| HSL | 72.16º | 0.42% | 0.35% | - |
| HSV(B) | 72.16º | 0.59% | 0.49% | - |
| XYZ | 14.36 | 18.22 | 5.89 | - |
| YUV | 112.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 51 | 0.12 | 0 | 0.59 | 0.51 | 72.16 | 0.42 | 0.35 |
| Hex | 6E | 7D | 33 | C | 0 | 3B | 33 | 48 | 2A | 23 |
| Octal | 156 | 175 | 63 | 14 | 0 | 73 | 63 | 110 | 52 | 43 |
| Binary | 1101110 | 1111101 | 110011 | 1100 | 0 | 111011 | 110011 | 1001000 | 101010 | 100011 |
Color Harmonies of #6E7D33
Complementary color
Monochromatic Colors of #6E7D33
Black with #6E7D33
Text Example
Text Example
White with #6E7D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7D33; }
p { color: rgb(110,125,51); }
H1.HeaderClassName
{
color: #6E7D33;
}
.AnyTagClassName
{
color: #6E7D33;
}
</style>
background-color css
<style>
a { background-color: #6E7D33; }
a { background-color: rgb(110,125,51); }
div.DivClassName
{
background-color: #6E7D33;
}
.BgClassName
{
background-color: #6E7D33;
}
</style>
border-color css
<style>
span { border-color: #6E7D33; }
span { border-color: rgb(110,125,51); }
td.TdClassName
{
border-color: #6E7D33;
}
.TagClassName
{
border-color: #6E7D33;
}
</style>