Shades of Rain Forest #6C752F
Tints of Rain Forest #6C752F
RGB
CMYK
RGB Variations
Color information
#6C752F (or 0x6C752F) is known color: Rain Forest. HEX triplet: 6C, 75 and 2F. RGB value is (108,117,47). Sum of RGB (Red+Green+Blue) = 108+117+47=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #6C752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C752F is #938AD0. Grayscale: #6A6A6A. Windows color (decimal): -9669329 or 3110252. OLE color: 3110252.
HSL color Cylindrical-coordinate representation of color #6C752F: hue angle of 67.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C752F is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 47 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.54 |
| HSL | 67.71º | 0.43% | 0.32% | - |
| HSV(B) | 67.71º | 0.6% | 0.46% | - |
| XYZ | 13.06 | 16.12 | 5.11 | - |
| YUV | 106.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 47 | 0.08 | 0 | 0.60 | 0.54 | 67.71 | 0.43 | 0.32 |
| Hex | 6C | 75 | 2F | 8 | 0 | 3C | 36 | 44 | 2B | 20 |
| Octal | 154 | 165 | 57 | 10 | 0 | 74 | 66 | 104 | 53 | 40 |
| Binary | 1101100 | 1110101 | 101111 | 1000 | 0 | 111100 | 110110 | 1000100 | 101011 | 100000 |
Color Harmonies of #6C752F
Complementary color
Monochromatic Colors of #6C752F
Black with #6C752F
Text Example
Text Example
White with #6C752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C752F; }
p { color: rgb(108,117,47); }
H1.HeaderClassName
{
color: #6C752F;
}
.AnyTagClassName
{
color: #6C752F;
}
</style>
background-color css
<style>
a { background-color: #6C752F; }
a { background-color: rgb(108,117,47); }
div.DivClassName
{
background-color: #6C752F;
}
.BgClassName
{
background-color: #6C752F;
}
</style>
border-color css
<style>
span { border-color: #6C752F; }
span { border-color: rgb(108,117,47); }
td.TdClassName
{
border-color: #6C752F;
}
.TagClassName
{
border-color: #6C752F;
}
</style>