Shades of Rain Forest #65752A
Tints of Rain Forest #65752A
RGB
CMYK
RGB Variations
Color information
#65752A (or 0x65752A) is known color: Rain Forest. HEX triplet: 65, 75 and 2A. RGB value is (101,117,42). Sum of RGB (Red+Green+Blue) = 101+117+42=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #65752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65752A is #9A8AD5. Grayscale: #676767. Windows color (decimal): -10128086 or 2782565. OLE color: 2782565.
HSL color Cylindrical-coordinate representation of color #65752A: hue angle of 72.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65752A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 42 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.54 |
| HSL | 72.8º | 0.47% | 0.31% | - |
| HSV(B) | 72.8º | 0.64% | 0.46% | - |
| XYZ | 12.15 | 15.66 | 4.57 | - |
| YUV | 103.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 42 | 0.14 | 0 | 0.64 | 0.54 | 72.8 | 0.47 | 0.31 |
| Hex | 65 | 75 | 2A | E | 0 | 40 | 36 | 49 | 2F | 1F |
| Octal | 145 | 165 | 52 | 16 | 0 | 100 | 66 | 111 | 57 | 37 |
| Binary | 1100101 | 1110101 | 101010 | 1110 | 0 | 1000000 | 110110 | 1001001 | 101111 | 11111 |
Color Harmonies of #65752A
Complementary color
Monochromatic Colors of #65752A
Black with #65752A
Text Example
Text Example
White with #65752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65752A; }
p { color: rgb(101,117,42); }
H1.HeaderClassName
{
color: #65752A;
}
.AnyTagClassName
{
color: #65752A;
}
</style>
background-color css
<style>
a { background-color: #65752A; }
a { background-color: rgb(101,117,42); }
div.DivClassName
{
background-color: #65752A;
}
.BgClassName
{
background-color: #65752A;
}
</style>
border-color css
<style>
span { border-color: #65752A; }
span { border-color: rgb(101,117,42); }
td.TdClassName
{
border-color: #65752A;
}
.TagClassName
{
border-color: #65752A;
}
</style>