Shades of Rain Forest #6C762F
Tints of Rain Forest #6C762F
RGB
CMYK
RGB Variations
Color information
#6C762F (or 0x6C762F) is known color: Rain Forest. HEX triplet: 6C, 76 and 2F. RGB value is (108,118,47). Sum of RGB (Red+Green+Blue) = 108+118+47=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #6C762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C762F is #9389D0. Grayscale: #6B6B6B. Windows color (decimal): -9669073 or 3110508. OLE color: 3110508.
HSL color Cylindrical-coordinate representation of color #6C762F: hue angle of 68.45º 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 #6C762F is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 47 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.54 |
| HSL | 68.45º | 0.43% | 0.32% | - |
| HSV(B) | 68.45º | 0.6% | 0.46% | - |
| XYZ | 13.18 | 16.35 | 5.15 | - |
| YUV | 106.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 47 | 0.08 | 0 | 0.60 | 0.54 | 68.45 | 0.43 | 0.32 |
| Hex | 6C | 76 | 2F | 8 | 0 | 3C | 36 | 44 | 2B | 20 |
| Octal | 154 | 166 | 57 | 10 | 0 | 74 | 66 | 104 | 53 | 40 |
| Binary | 1101100 | 1110110 | 101111 | 1000 | 0 | 111100 | 110110 | 1000100 | 101011 | 100000 |
Color Harmonies of #6C762F
Complementary color
Monochromatic Colors of #6C762F
Black with #6C762F
Text Example
Text Example
White with #6C762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C762F; }
p { color: rgb(108,118,47); }
H1.HeaderClassName
{
color: #6C762F;
}
.AnyTagClassName
{
color: #6C762F;
}
</style>
background-color css
<style>
a { background-color: #6C762F; }
a { background-color: rgb(108,118,47); }
div.DivClassName
{
background-color: #6C762F;
}
.BgClassName
{
background-color: #6C762F;
}
</style>
border-color css
<style>
span { border-color: #6C762F; }
span { border-color: rgb(108,118,47); }
td.TdClassName
{
border-color: #6C762F;
}
.TagClassName
{
border-color: #6C762F;
}
</style>