Shades of Rain Forest #6E7732
Tints of Rain Forest #6E7732
RGB
CMYK
RGB Variations
Color information
#6E7732 (or 0x6E7732) is known color: Rain Forest. HEX triplet: 6E, 77 and 32. RGB value is (110,119,50). Sum of RGB (Red+Green+Blue) = 110+119+50=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7732 is #9188CD. Grayscale: #6C6C6C. Windows color (decimal): -9537742 or 3307374. OLE color: 3307374.
HSL color Cylindrical-coordinate representation of color #6E7732: hue angle of 67.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E7732 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 50 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.53 |
| HSL | 67.83º | 0.41% | 0.33% | - |
| HSV(B) | 67.83º | 0.58% | 0.47% | - |
| XYZ | 13.6 | 16.74 | 5.53 | - |
| YUV | 108.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 50 | 0.08 | 0 | 0.58 | 0.53 | 67.83 | 0.41 | 0.33 |
| Hex | 6E | 77 | 32 | 8 | 0 | 3A | 35 | 44 | 29 | 21 |
| Octal | 156 | 167 | 62 | 10 | 0 | 72 | 65 | 104 | 51 | 41 |
| Binary | 1101110 | 1110111 | 110010 | 1000 | 0 | 111010 | 110101 | 1000100 | 101001 | 100001 |
Color Harmonies of #6E7732
Complementary color
Monochromatic Colors of #6E7732
Black with #6E7732
Text Example
Text Example
White with #6E7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7732; }
p { color: rgb(110,119,50); }
H1.HeaderClassName
{
color: #6E7732;
}
.AnyTagClassName
{
color: #6E7732;
}
</style>
background-color css
<style>
a { background-color: #6E7732; }
a { background-color: rgb(110,119,50); }
div.DivClassName
{
background-color: #6E7732;
}
.BgClassName
{
background-color: #6E7732;
}
</style>
border-color css
<style>
span { border-color: #6E7732; }
span { border-color: rgb(110,119,50); }
td.TdClassName
{
border-color: #6E7732;
}
.TagClassName
{
border-color: #6E7732;
}
</style>