Shades of Rain Forest #6C7128
Tints of Rain Forest #6C7128
RGB
CMYK
RGB Variations
Color information
#6C7128 (or 0x6C7128) is known color: Rain Forest. HEX triplet: 6C, 71 and 28. RGB value is (108,113,40). Sum of RGB (Red+Green+Blue) = 108+113+40=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7128 is #938ED7. Grayscale: #676767. Windows color (decimal): -9670360 or 2650476. OLE color: 2650476.
HSL color Cylindrical-coordinate representation of color #6C7128: hue angle of 64.11º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C7128 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 40 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.56 |
| HSL | 64.11º | 0.48% | 0.3% | - |
| HSV(B) | 64.11º | 0.65% | 0.44% | - |
| XYZ | 12.47 | 15.15 | 4.27 | - |
| YUV | 103.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 40 | 0.04 | 0 | 0.65 | 0.56 | 64.11 | 0.48 | 0.3 |
| Hex | 6C | 71 | 28 | 4 | 0 | 41 | 38 | 40 | 30 | 1E |
| Octal | 154 | 161 | 50 | 4 | 0 | 101 | 70 | 100 | 60 | 36 |
| Binary | 1101100 | 1110001 | 101000 | 100 | 0 | 1000001 | 111000 | 1000000 | 110000 | 11110 |
Color Harmonies of #6C7128
Complementary color
Monochromatic Colors of #6C7128
Black with #6C7128
Text Example
Text Example
White with #6C7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7128; }
p { color: rgb(108,113,40); }
H1.HeaderClassName
{
color: #6C7128;
}
.AnyTagClassName
{
color: #6C7128;
}
</style>
background-color css
<style>
a { background-color: #6C7128; }
a { background-color: rgb(108,113,40); }
div.DivClassName
{
background-color: #6C7128;
}
.BgClassName
{
background-color: #6C7128;
}
</style>
border-color css
<style>
span { border-color: #6C7128; }
span { border-color: rgb(108,113,40); }
td.TdClassName
{
border-color: #6C7128;
}
.TagClassName
{
border-color: #6C7128;
}
</style>