Shades of Rain Forest #657D33
Tints of Rain Forest #657D33
RGB
CMYK
RGB Variations
Color information
#657D33 (or 0x657D33) is known color: Rain Forest. HEX triplet: 65, 7D and 33. RGB value is (101,125,51). Sum of RGB (Red+Green+Blue) = 101+125+51=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #657D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657D33 is #9A82CC. Grayscale: #6D6D6D. Windows color (decimal): -10126029 or 3374437. OLE color: 3374437.
HSL color Cylindrical-coordinate representation of color #657D33: hue angle of 79.46º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #657D33 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 51 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.51 |
| HSL | 79.46º | 0.42% | 0.35% | - |
| HSV(B) | 79.46º | 0.59% | 0.49% | - |
| XYZ | 13.3 | 17.67 | 5.84 | - |
| YUV | 109.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 51 | 0.19 | 0 | 0.59 | 0.51 | 79.46 | 0.42 | 0.35 |
| Hex | 65 | 7D | 33 | 13 | 0 | 3B | 33 | 4F | 2A | 23 |
| Octal | 145 | 175 | 63 | 23 | 0 | 73 | 63 | 117 | 52 | 43 |
| Binary | 1100101 | 1111101 | 110011 | 10011 | 0 | 111011 | 110011 | 1001111 | 101010 | 100011 |
Color Harmonies of #657D33
Complementary color
Monochromatic Colors of #657D33
Black with #657D33
Text Example
Text Example
White with #657D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D33; }
p { color: rgb(101,125,51); }
H1.HeaderClassName
{
color: #657D33;
}
.AnyTagClassName
{
color: #657D33;
}
</style>
background-color css
<style>
a { background-color: #657D33; }
a { background-color: rgb(101,125,51); }
div.DivClassName
{
background-color: #657D33;
}
.BgClassName
{
background-color: #657D33;
}
</style>
border-color css
<style>
span { border-color: #657D33; }
span { border-color: rgb(101,125,51); }
td.TdClassName
{
border-color: #657D33;
}
.TagClassName
{
border-color: #657D33;
}
</style>