Shades of Rain Forest #6E7521
Tints of Rain Forest #6E7521
RGB
CMYK
RGB Variations
Color information
#6E7521 (or 0x6E7521) is known color: Rain Forest. HEX triplet: 6E, 75 and 21. RGB value is (110,117,33). Sum of RGB (Red+Green+Blue) = 110+117+33=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7521 is #918ADE. Grayscale: #696969. Windows color (decimal): -9538271 or 2192750. OLE color: 2192750.
HSL color Cylindrical-coordinate representation of color #6E7521: hue angle of 65º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E7521 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 33 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.54 |
| HSL | 65º | 0.56% | 0.29% | - |
| HSV(B) | 65º | 0.72% | 0.46% | - |
| XYZ | 13.07 | 16.15 | 3.87 | - |
| YUV | 105.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 33 | 0.06 | 0 | 0.72 | 0.54 | 65 | 0.56 | 0.29 |
| Hex | 6E | 75 | 21 | 6 | 0 | 48 | 36 | 41 | 38 | 1D |
| Octal | 156 | 165 | 41 | 6 | 0 | 110 | 66 | 101 | 70 | 35 |
| Binary | 1101110 | 1110101 | 100001 | 110 | 0 | 1001000 | 110110 | 1000001 | 111000 | 11101 |
Color Harmonies of #6E7521
Complementary color
Monochromatic Colors of #6E7521
Black with #6E7521
Text Example
Text Example
White with #6E7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7521; }
p { color: rgb(110,117,33); }
H1.HeaderClassName
{
color: #6E7521;
}
.AnyTagClassName
{
color: #6E7521;
}
</style>
background-color css
<style>
a { background-color: #6E7521; }
a { background-color: rgb(110,117,33); }
div.DivClassName
{
background-color: #6E7521;
}
.BgClassName
{
background-color: #6E7521;
}
</style>
border-color css
<style>
span { border-color: #6E7521; }
span { border-color: rgb(110,117,33); }
td.TdClassName
{
border-color: #6E7521;
}
.TagClassName
{
border-color: #6E7521;
}
</style>