Shades of Rain Forest #6C7931
Tints of Rain Forest #6C7931
RGB
CMYK
RGB Variations
Color information
#6C7931 (or 0x6C7931) is known color: Rain Forest. HEX triplet: 6C, 79 and 31. RGB value is (108,121,49). Sum of RGB (Red+Green+Blue) = 108+121+49=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7931 is #9386CE. Grayscale: #6D6D6D. Windows color (decimal): -9668303 or 3242348. OLE color: 3242348.
HSL color Cylindrical-coordinate representation of color #6C7931: hue angle of 70.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C7931 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 49 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.53 |
| HSL | 70.83º | 0.42% | 0.33% | - |
| HSV(B) | 70.83º | 0.6% | 0.47% | - |
| XYZ | 13.58 | 17.08 | 5.49 | - |
| YUV | 108.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 49 | 0.11 | 0 | 0.60 | 0.53 | 70.83 | 0.42 | 0.33 |
| Hex | 6C | 79 | 31 | B | 0 | 3C | 35 | 47 | 2A | 21 |
| Octal | 154 | 171 | 61 | 13 | 0 | 74 | 65 | 107 | 52 | 41 |
| Binary | 1101100 | 1111001 | 110001 | 1011 | 0 | 111100 | 110101 | 1000111 | 101010 | 100001 |
Color Harmonies of #6C7931
Complementary color
Monochromatic Colors of #6C7931
Black with #6C7931
Text Example
Text Example
White with #6C7931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7931; }
p { color: rgb(108,121,49); }
H1.HeaderClassName
{
color: #6C7931;
}
.AnyTagClassName
{
color: #6C7931;
}
</style>
background-color css
<style>
a { background-color: #6C7931; }
a { background-color: rgb(108,121,49); }
div.DivClassName
{
background-color: #6C7931;
}
.BgClassName
{
background-color: #6C7931;
}
</style>
border-color css
<style>
span { border-color: #6C7931; }
span { border-color: rgb(108,121,49); }
td.TdClassName
{
border-color: #6C7931;
}
.TagClassName
{
border-color: #6C7931;
}
</style>