Shades of Rain Forest #6C722F
Tints of Rain Forest #6C722F
RGB
CMYK
RGB Variations
Color information
#6C722F (or 0x6C722F) is known color: Rain Forest. HEX triplet: 6C, 72 and 2F. RGB value is (108,114,47). Sum of RGB (Red+Green+Blue) = 108+114+47=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #6C722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C722F is #938DD0. Grayscale: #686868. Windows color (decimal): -9670097 or 3109484. OLE color: 3109484.
HSL color Cylindrical-coordinate representation of color #6C722F: hue angle of 65.37º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C722F is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 47 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.55 |
| HSL | 65.37º | 0.42% | 0.32% | - |
| HSV(B) | 65.37º | 0.59% | 0.45% | - |
| XYZ | 12.71 | 15.43 | 5 | - |
| YUV | 104.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 47 | 0.05 | 0 | 0.59 | 0.55 | 65.37 | 0.42 | 0.32 |
| Hex | 6C | 72 | 2F | 5 | 0 | 3B | 37 | 41 | 2A | 20 |
| Octal | 154 | 162 | 57 | 5 | 0 | 73 | 67 | 101 | 52 | 40 |
| Binary | 1101100 | 1110010 | 101111 | 101 | 0 | 111011 | 110111 | 1000001 | 101010 | 100000 |
Color Harmonies of #6C722F
Complementary color
Monochromatic Colors of #6C722F
Black with #6C722F
Text Example
Text Example
White with #6C722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C722F; }
p { color: rgb(108,114,47); }
H1.HeaderClassName
{
color: #6C722F;
}
.AnyTagClassName
{
color: #6C722F;
}
</style>
background-color css
<style>
a { background-color: #6C722F; }
a { background-color: rgb(108,114,47); }
div.DivClassName
{
background-color: #6C722F;
}
.BgClassName
{
background-color: #6C722F;
}
</style>
border-color css
<style>
span { border-color: #6C722F; }
span { border-color: rgb(108,114,47); }
td.TdClassName
{
border-color: #6C722F;
}
.TagClassName
{
border-color: #6C722F;
}
</style>