Shades of Rain Forest #6A732F
Tints of Rain Forest #6A732F
RGB
CMYK
RGB Variations
Color information
#6A732F (or 0x6A732F) is known color: Rain Forest. HEX triplet: 6A, 73 and 2F. RGB value is (106,115,47). Sum of RGB (Red+Green+Blue) = 106+115+47=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #6A732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A732F is #958CD0. Grayscale: #686868. Windows color (decimal): -9800913 or 3109738. OLE color: 3109738.
HSL color Cylindrical-coordinate representation of color #6A732F: hue angle of 67.94º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A732F is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 47 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.55 |
| HSL | 67.94º | 0.42% | 0.32% | - |
| HSV(B) | 67.94º | 0.59% | 0.45% | - |
| XYZ | 12.59 | 15.53 | 5.02 | - |
| YUV | 104.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 47 | 0.08 | 0 | 0.59 | 0.55 | 67.94 | 0.42 | 0.32 |
| Hex | 6A | 73 | 2F | 8 | 0 | 3B | 37 | 44 | 2A | 20 |
| Octal | 152 | 163 | 57 | 10 | 0 | 73 | 67 | 104 | 52 | 40 |
| Binary | 1101010 | 1110011 | 101111 | 1000 | 0 | 111011 | 110111 | 1000100 | 101010 | 100000 |
Color Harmonies of #6A732F
Complementary color
Monochromatic Colors of #6A732F
Black with #6A732F
Text Example
Text Example
White with #6A732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A732F; }
p { color: rgb(106,115,47); }
H1.HeaderClassName
{
color: #6A732F;
}
.AnyTagClassName
{
color: #6A732F;
}
</style>
background-color css
<style>
a { background-color: #6A732F; }
a { background-color: rgb(106,115,47); }
div.DivClassName
{
background-color: #6A732F;
}
.BgClassName
{
background-color: #6A732F;
}
</style>
border-color css
<style>
span { border-color: #6A732F; }
span { border-color: rgb(106,115,47); }
td.TdClassName
{
border-color: #6A732F;
}
.TagClassName
{
border-color: #6A732F;
}
</style>