Shades of Rain Forest #60752B
Tints of Rain Forest #60752B
RGB
CMYK
RGB Variations
Color information
#60752B (or 0x60752B) is known color: Rain Forest. HEX triplet: 60, 75 and 2B. RGB value is (96,117,43). Sum of RGB (Red+Green+Blue) = 96+117+43=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #60752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60752B is #9F8AD4. Grayscale: #666666. Windows color (decimal): -10455765 or 2848096. OLE color: 2848096.
HSL color Cylindrical-coordinate representation of color #60752B: hue angle of 77.03º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60752B is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 43 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.54 |
| HSL | 77.03º | 0.46% | 0.31% | - |
| HSV(B) | 77.03º | 0.63% | 0.46% | - |
| XYZ | 11.62 | 15.38 | 4.64 | - |
| YUV | 102.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 43 | 0.18 | 0 | 0.63 | 0.54 | 77.03 | 0.46 | 0.31 |
| Hex | 60 | 75 | 2B | 12 | 0 | 3F | 36 | 4D | 2E | 1F |
| Octal | 140 | 165 | 53 | 22 | 0 | 77 | 66 | 115 | 56 | 37 |
| Binary | 1100000 | 1110101 | 101011 | 10010 | 0 | 111111 | 110110 | 1001101 | 101110 | 11111 |
Color Harmonies of #60752B
Complementary color
Monochromatic Colors of #60752B
Black with #60752B
Text Example
Text Example
White with #60752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60752B; }
p { color: rgb(96,117,43); }
H1.HeaderClassName
{
color: #60752B;
}
.AnyTagClassName
{
color: #60752B;
}
</style>
background-color css
<style>
a { background-color: #60752B; }
a { background-color: rgb(96,117,43); }
div.DivClassName
{
background-color: #60752B;
}
.BgClassName
{
background-color: #60752B;
}
</style>
border-color css
<style>
span { border-color: #60752B; }
span { border-color: rgb(96,117,43); }
td.TdClassName
{
border-color: #60752B;
}
.TagClassName
{
border-color: #60752B;
}
</style>