Shades of Rain Forest #6A762C
Tints of Rain Forest #6A762C
RGB
CMYK
RGB Variations
Color information
#6A762C (or 0x6A762C) is known color: Rain Forest. HEX triplet: 6A, 76 and 2C. RGB value is (106,118,44). Sum of RGB (Red+Green+Blue) = 106+118+44=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #6A762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A762C is #9589D3. Grayscale: #6A6A6A. Windows color (decimal): -9800148 or 2913898. OLE color: 2913898.
HSL color Cylindrical-coordinate representation of color #6A762C: hue angle of 69.73º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A762C is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 118 | 44 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.54 |
| HSL | 69.73º | 0.46% | 0.32% | - |
| HSV(B) | 69.73º | 0.63% | 0.46% | - |
| XYZ | 12.88 | 16.2 | 4.83 | - |
| YUV | 105.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 44 | 0.10 | 0 | 0.63 | 0.54 | 69.73 | 0.46 | 0.32 |
| Hex | 6A | 76 | 2C | A | 0 | 3F | 36 | 46 | 2E | 20 |
| Octal | 152 | 166 | 54 | 12 | 0 | 77 | 66 | 106 | 56 | 40 |
| Binary | 1101010 | 1110110 | 101100 | 1010 | 0 | 111111 | 110110 | 1000110 | 101110 | 100000 |
Color Harmonies of #6A762C
Complementary color
Monochromatic Colors of #6A762C
Black with #6A762C
Text Example
Text Example
White with #6A762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A762C; }
p { color: rgb(106,118,44); }
H1.HeaderClassName
{
color: #6A762C;
}
.AnyTagClassName
{
color: #6A762C;
}
</style>
background-color css
<style>
a { background-color: #6A762C; }
a { background-color: rgb(106,118,44); }
div.DivClassName
{
background-color: #6A762C;
}
.BgClassName
{
background-color: #6A762C;
}
</style>
border-color css
<style>
span { border-color: #6A762C; }
span { border-color: rgb(106,118,44); }
td.TdClassName
{
border-color: #6A762C;
}
.TagClassName
{
border-color: #6A762C;
}
</style>