Shades of Rain Forest #6C7921
Tints of Rain Forest #6C7921
RGB
CMYK
RGB Variations
Color information
#6C7921 (or 0x6C7921) is known color: Rain Forest. HEX triplet: 6C, 79 and 21. RGB value is (108,121,33). Sum of RGB (Red+Green+Blue) = 108+121+33=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7921 is #9386DE. Grayscale: #6B6B6B. Windows color (decimal): -9668319 or 2193772. OLE color: 2193772.
HSL color Cylindrical-coordinate representation of color #6C7921: hue angle of 68.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C7921 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 33 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.53 |
| HSL | 68.86º | 0.57% | 0.3% | - |
| HSV(B) | 68.86º | 0.73% | 0.47% | - |
| XYZ | 13.3 | 16.97 | 4.01 | - |
| YUV | 107.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 33 | 0.11 | 0 | 0.73 | 0.53 | 68.86 | 0.57 | 0.3 |
| Hex | 6C | 79 | 21 | B | 0 | 49 | 35 | 45 | 39 | 1E |
| Octal | 154 | 171 | 41 | 13 | 0 | 111 | 65 | 105 | 71 | 36 |
| Binary | 1101100 | 1111001 | 100001 | 1011 | 0 | 1001001 | 110101 | 1000101 | 111001 | 11110 |
Color Harmonies of #6C7921
Complementary color
Monochromatic Colors of #6C7921
Black with #6C7921
Text Example
Text Example
White with #6C7921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7921; }
p { color: rgb(108,121,33); }
H1.HeaderClassName
{
color: #6C7921;
}
.AnyTagClassName
{
color: #6C7921;
}
</style>
background-color css
<style>
a { background-color: #6C7921; }
a { background-color: rgb(108,121,33); }
div.DivClassName
{
background-color: #6C7921;
}
.BgClassName
{
background-color: #6C7921;
}
</style>
border-color css
<style>
span { border-color: #6C7921; }
span { border-color: rgb(108,121,33); }
td.TdClassName
{
border-color: #6C7921;
}
.TagClassName
{
border-color: #6C7921;
}
</style>