Shades of Rain Forest #6C7825
Tints of Rain Forest #6C7825
RGB
CMYK
RGB Variations
Color information
#6C7825 (or 0x6C7825) is known color: Rain Forest. HEX triplet: 6C, 78 and 25. RGB value is (108,120,37). Sum of RGB (Red+Green+Blue) = 108+120+37=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7825 is #9387DA. Grayscale: #6B6B6B. Windows color (decimal): -9668571 or 2455660. OLE color: 2455660.
HSL color Cylindrical-coordinate representation of color #6C7825: hue angle of 68.67º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C7825 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 37 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.53 |
| HSL | 68.67º | 0.53% | 0.31% | - |
| HSV(B) | 68.67º | 0.69% | 0.47% | - |
| XYZ | 13.23 | 16.75 | 4.29 | - |
| YUV | 106.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 37 | 0.10 | 0 | 0.69 | 0.53 | 68.67 | 0.53 | 0.31 |
| Hex | 6C | 78 | 25 | A | 0 | 45 | 35 | 45 | 35 | 1F |
| Octal | 154 | 170 | 45 | 12 | 0 | 105 | 65 | 105 | 65 | 37 |
| Binary | 1101100 | 1111000 | 100101 | 1010 | 0 | 1000101 | 110101 | 1000101 | 110101 | 11111 |
Color Harmonies of #6C7825
Complementary color
Monochromatic Colors of #6C7825
Black with #6C7825
Text Example
Text Example
White with #6C7825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7825; }
p { color: rgb(108,120,37); }
H1.HeaderClassName
{
color: #6C7825;
}
.AnyTagClassName
{
color: #6C7825;
}
</style>
background-color css
<style>
a { background-color: #6C7825; }
a { background-color: rgb(108,120,37); }
div.DivClassName
{
background-color: #6C7825;
}
.BgClassName
{
background-color: #6C7825;
}
</style>
border-color css
<style>
span { border-color: #6C7825; }
span { border-color: rgb(108,120,37); }
td.TdClassName
{
border-color: #6C7825;
}
.TagClassName
{
border-color: #6C7825;
}
</style>