Shades of Rain Forest #6C763A
Tints of Rain Forest #6C763A
RGB
CMYK
RGB Variations
Color information
#6C763A (or 0x6C763A) is known color: Rain Forest. HEX triplet: 6C, 76 and 3A. RGB value is (108,118,58). Sum of RGB (Red+Green+Blue) = 108+118+58=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #6C763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C763A is #9389C5. Grayscale: #6C6C6C. Windows color (decimal): -9669062 or 3831404. OLE color: 3831404.
HSL color Cylindrical-coordinate representation of color #6C763A: hue angle of 70º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C763A is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 58 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.54 |
| HSL | 70º | 0.34% | 0.35% | - |
| HSV(B) | 70º | 0.51% | 0.46% | - |
| XYZ | 13.43 | 16.45 | 6.47 | - |
| YUV | 108.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 58 | 0.08 | 0 | 0.51 | 0.54 | 70 | 0.34 | 0.35 |
| Hex | 6C | 76 | 3A | 8 | 0 | 33 | 36 | 46 | 22 | 23 |
| Octal | 154 | 166 | 72 | 10 | 0 | 63 | 66 | 106 | 42 | 43 |
| Binary | 1101100 | 1110110 | 111010 | 1000 | 0 | 110011 | 110110 | 1000110 | 100010 | 100011 |
Color Harmonies of #6C763A
Complementary color
Monochromatic Colors of #6C763A
Black with #6C763A
Text Example
Text Example
White with #6C763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C763A; }
p { color: rgb(108,118,58); }
H1.HeaderClassName
{
color: #6C763A;
}
.AnyTagClassName
{
color: #6C763A;
}
</style>
background-color css
<style>
a { background-color: #6C763A; }
a { background-color: rgb(108,118,58); }
div.DivClassName
{
background-color: #6C763A;
}
.BgClassName
{
background-color: #6C763A;
}
</style>
border-color css
<style>
span { border-color: #6C763A; }
span { border-color: rgb(108,118,58); }
td.TdClassName
{
border-color: #6C763A;
}
.TagClassName
{
border-color: #6C763A;
}
</style>