Shades of Rain Forest #657A32
Tints of Rain Forest #657A32
RGB
CMYK
RGB Variations
Color information
#657A32 (or 0x657A32) is known color: Rain Forest. HEX triplet: 65, 7A and 32. RGB value is (101,122,50). Sum of RGB (Red+Green+Blue) = 101+122+50=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #657A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657A32 is #9A85CD. Grayscale: #6B6B6B. Windows color (decimal): -10126798 or 3308133. OLE color: 3308133.
HSL color Cylindrical-coordinate representation of color #657A32: hue angle of 77.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #657A32 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 122 | 50 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.52 |
| HSL | 77.5º | 0.42% | 0.34% | - |
| HSV(B) | 77.5º | 0.59% | 0.48% | - |
| XYZ | 12.9 | 16.92 | 5.6 | - |
| YUV | 107.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 50 | 0.17 | 0 | 0.59 | 0.52 | 77.5 | 0.42 | 0.34 |
| Hex | 65 | 7A | 32 | 11 | 0 | 3B | 34 | 4E | 2A | 22 |
| Octal | 145 | 172 | 62 | 21 | 0 | 73 | 64 | 116 | 52 | 42 |
| Binary | 1100101 | 1111010 | 110010 | 10001 | 0 | 111011 | 110100 | 1001110 | 101010 | 100010 |
Color Harmonies of #657A32
Complementary color
Monochromatic Colors of #657A32
Black with #657A32
Text Example
Text Example
White with #657A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A32; }
p { color: rgb(101,122,50); }
H1.HeaderClassName
{
color: #657A32;
}
.AnyTagClassName
{
color: #657A32;
}
</style>
background-color css
<style>
a { background-color: #657A32; }
a { background-color: rgb(101,122,50); }
div.DivClassName
{
background-color: #657A32;
}
.BgClassName
{
background-color: #657A32;
}
</style>
border-color css
<style>
span { border-color: #657A32; }
span { border-color: rgb(101,122,50); }
td.TdClassName
{
border-color: #657A32;
}
.TagClassName
{
border-color: #657A32;
}
</style>