Shades of Rain Forest #6C7125
Tints of Rain Forest #6C7125
RGB
CMYK
RGB Variations
Color information
#6C7125 (or 0x6C7125) is known color: Rain Forest. HEX triplet: 6C, 71 and 25. RGB value is (108,113,37). Sum of RGB (Red+Green+Blue) = 108+113+37=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7125 is #938EDA. Grayscale: #676767. Windows color (decimal): -9670363 or 2453868. OLE color: 2453868.
HSL color Cylindrical-coordinate representation of color #6C7125: hue angle of 63.95º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C7125 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 37 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.56 |
| HSL | 63.95º | 0.51% | 0.29% | - |
| HSV(B) | 63.95º | 0.67% | 0.44% | - |
| XYZ | 12.42 | 15.13 | 4.02 | - |
| YUV | 102.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 37 | 0.04 | 0 | 0.67 | 0.56 | 63.95 | 0.51 | 0.29 |
| Hex | 6C | 71 | 25 | 4 | 0 | 43 | 38 | 40 | 33 | 1D |
| Octal | 154 | 161 | 45 | 4 | 0 | 103 | 70 | 100 | 63 | 35 |
| Binary | 1101100 | 1110001 | 100101 | 100 | 0 | 1000011 | 111000 | 1000000 | 110011 | 11101 |
Color Harmonies of #6C7125
Complementary color
Monochromatic Colors of #6C7125
Black with #6C7125
Text Example
Text Example
White with #6C7125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7125; }
p { color: rgb(108,113,37); }
H1.HeaderClassName
{
color: #6C7125;
}
.AnyTagClassName
{
color: #6C7125;
}
</style>
background-color css
<style>
a { background-color: #6C7125; }
a { background-color: rgb(108,113,37); }
div.DivClassName
{
background-color: #6C7125;
}
.BgClassName
{
background-color: #6C7125;
}
</style>
border-color css
<style>
span { border-color: #6C7125; }
span { border-color: rgb(108,113,37); }
td.TdClassName
{
border-color: #6C7125;
}
.TagClassName
{
border-color: #6C7125;
}
</style>