Shades of Rain Forest #6C7728
Tints of Rain Forest #6C7728
RGB
CMYK
RGB Variations
Color information
#6C7728 (or 0x6C7728) is known color: Rain Forest. HEX triplet: 6C, 77 and 28. RGB value is (108,119,40). Sum of RGB (Red+Green+Blue) = 108+119+40=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7728 is #9388D7. Grayscale: #6B6B6B. Windows color (decimal): -9668824 or 2652012. OLE color: 2652012.
HSL color Cylindrical-coordinate representation of color #6C7728: hue angle of 68.35º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C7728 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 119 | 40 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.53 |
| HSL | 68.35º | 0.5% | 0.31% | - |
| HSV(B) | 68.35º | 0.66% | 0.47% | - |
| XYZ | 13.16 | 16.54 | 4.51 | - |
| YUV | 106.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 40 | 0.09 | 0 | 0.66 | 0.53 | 68.35 | 0.5 | 0.31 |
| Hex | 6C | 77 | 28 | 9 | 0 | 42 | 35 | 44 | 32 | 1F |
| Octal | 154 | 167 | 50 | 11 | 0 | 102 | 65 | 104 | 62 | 37 |
| Binary | 1101100 | 1110111 | 101000 | 1001 | 0 | 1000010 | 110101 | 1000100 | 110010 | 11111 |
Color Harmonies of #6C7728
Complementary color
Monochromatic Colors of #6C7728
Black with #6C7728
Text Example
Text Example
White with #6C7728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7728; }
p { color: rgb(108,119,40); }
H1.HeaderClassName
{
color: #6C7728;
}
.AnyTagClassName
{
color: #6C7728;
}
</style>
background-color css
<style>
a { background-color: #6C7728; }
a { background-color: rgb(108,119,40); }
div.DivClassName
{
background-color: #6C7728;
}
.BgClassName
{
background-color: #6C7728;
}
</style>
border-color css
<style>
span { border-color: #6C7728; }
span { border-color: rgb(108,119,40); }
td.TdClassName
{
border-color: #6C7728;
}
.TagClassName
{
border-color: #6C7728;
}
</style>