Shades of Rain Forest #6A7624
Tints of Rain Forest #6A7624
RGB
CMYK
RGB Variations
Color information
#6A7624 (or 0x6A7624) is known color: Rain Forest. HEX triplet: 6A, 76 and 24. RGB value is (106,118,36). Sum of RGB (Red+Green+Blue) = 106+118+36=260 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.77% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7624 is #9589DB. Grayscale: #696969. Windows color (decimal): -9800156 or 2389610. OLE color: 2389610.
HSL color Cylindrical-coordinate representation of color #6A7624: hue angle of 68.78º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A7624 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 118 | 36 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.54 |
| HSL | 68.78º | 0.53% | 0.3% | - |
| HSV(B) | 68.78º | 0.69% | 0.46% | - |
| XYZ | 12.74 | 16.15 | 4.11 | - |
| YUV | 105.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 36 | 0.10 | 0 | 0.69 | 0.54 | 68.78 | 0.53 | 0.3 |
| Hex | 6A | 76 | 24 | A | 0 | 45 | 36 | 45 | 35 | 1E |
| Octal | 152 | 166 | 44 | 12 | 0 | 105 | 66 | 105 | 65 | 36 |
| Binary | 1101010 | 1110110 | 100100 | 1010 | 0 | 1000101 | 110110 | 1000101 | 110101 | 11110 |
Color Harmonies of #6A7624
Complementary color
Monochromatic Colors of #6A7624
Black with #6A7624
Text Example
Text Example
White with #6A7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7624; }
p { color: rgb(106,118,36); }
H1.HeaderClassName
{
color: #6A7624;
}
.AnyTagClassName
{
color: #6A7624;
}
</style>
background-color css
<style>
a { background-color: #6A7624; }
a { background-color: rgb(106,118,36); }
div.DivClassName
{
background-color: #6A7624;
}
.BgClassName
{
background-color: #6A7624;
}
</style>
border-color css
<style>
span { border-color: #6A7624; }
span { border-color: rgb(106,118,36); }
td.TdClassName
{
border-color: #6A7624;
}
.TagClassName
{
border-color: #6A7624;
}
</style>