Shades of Rain Forest #6C7822
Tints of Rain Forest #6C7822
RGB
CMYK
RGB Variations
Color information
#6C7822 (or 0x6C7822) is known color: Rain Forest. HEX triplet: 6C, 78 and 22. RGB value is (108,120,34). Sum of RGB (Red+Green+Blue) = 108+120+34=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7822 is #9387DD. Grayscale: #6A6A6A. Windows color (decimal): -9668574 or 2259052. OLE color: 2259052.
HSL color Cylindrical-coordinate representation of color #6C7822: hue angle of 68.37º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C7822 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 34 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.53 |
| HSL | 68.37º | 0.56% | 0.3% | - |
| HSV(B) | 68.37º | 0.72% | 0.47% | - |
| XYZ | 13.19 | 16.74 | 4.05 | - |
| YUV | 106.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 34 | 0.10 | 0 | 0.72 | 0.53 | 68.37 | 0.56 | 0.3 |
| Hex | 6C | 78 | 22 | A | 0 | 48 | 35 | 44 | 38 | 1E |
| Octal | 154 | 170 | 42 | 12 | 0 | 110 | 65 | 104 | 70 | 36 |
| Binary | 1101100 | 1111000 | 100010 | 1010 | 0 | 1001000 | 110101 | 1000100 | 111000 | 11110 |
Color Harmonies of #6C7822
Complementary color
Monochromatic Colors of #6C7822
Black with #6C7822
Text Example
Text Example
White with #6C7822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7822; }
p { color: rgb(108,120,34); }
H1.HeaderClassName
{
color: #6C7822;
}
.AnyTagClassName
{
color: #6C7822;
}
</style>
background-color css
<style>
a { background-color: #6C7822; }
a { background-color: rgb(108,120,34); }
div.DivClassName
{
background-color: #6C7822;
}
.BgClassName
{
background-color: #6C7822;
}
</style>
border-color css
<style>
span { border-color: #6C7822; }
span { border-color: rgb(108,120,34); }
td.TdClassName
{
border-color: #6C7822;
}
.TagClassName
{
border-color: #6C7822;
}
</style>