Shades of Rain Forest #6C7524
Tints of Rain Forest #6C7524
RGB
CMYK
RGB Variations
Color information
#6C7524 (or 0x6C7524) is known color: Rain Forest. HEX triplet: 6C, 75 and 24. RGB value is (108,117,36). Sum of RGB (Red+Green+Blue) = 108+117+36=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7524 is #938ADB. Grayscale: #696969. Windows color (decimal): -9669340 or 2389356. OLE color: 2389356.
HSL color Cylindrical-coordinate representation of color #6C7524: hue angle of 66.67º 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 #6C7524 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 36 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.54 |
| HSL | 66.67º | 0.53% | 0.3% | - |
| HSV(B) | 66.67º | 0.69% | 0.46% | - |
| XYZ | 12.86 | 16.04 | 4.09 | - |
| YUV | 105.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 36 | 0.08 | 0 | 0.69 | 0.54 | 66.67 | 0.53 | 0.3 |
| Hex | 6C | 75 | 24 | 8 | 0 | 45 | 36 | 43 | 35 | 1E |
| Octal | 154 | 165 | 44 | 10 | 0 | 105 | 66 | 103 | 65 | 36 |
| Binary | 1101100 | 1110101 | 100100 | 1000 | 0 | 1000101 | 110110 | 1000011 | 110101 | 11110 |
Color Harmonies of #6C7524
Complementary color
Monochromatic Colors of #6C7524
Black with #6C7524
Text Example
Text Example
White with #6C7524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7524; }
p { color: rgb(108,117,36); }
H1.HeaderClassName
{
color: #6C7524;
}
.AnyTagClassName
{
color: #6C7524;
}
</style>
background-color css
<style>
a { background-color: #6C7524; }
a { background-color: rgb(108,117,36); }
div.DivClassName
{
background-color: #6C7524;
}
.BgClassName
{
background-color: #6C7524;
}
</style>
border-color css
<style>
span { border-color: #6C7524; }
span { border-color: rgb(108,117,36); }
td.TdClassName
{
border-color: #6C7524;
}
.TagClassName
{
border-color: #6C7524;
}
</style>