Shades of Rain Forest #60772B
Tints of Rain Forest #60772B
RGB
CMYK
RGB Variations
Color information
#60772B (or 0x60772B) is known color: Rain Forest. HEX triplet: 60, 77 and 2B. RGB value is (96,119,43). Sum of RGB (Red+Green+Blue) = 96+119+43=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #60772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60772B is #9F88D4. Grayscale: #676767. Windows color (decimal): -10455253 or 2848608. OLE color: 2848608.
HSL color Cylindrical-coordinate representation of color #60772B: hue angle of 78.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60772B is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 43 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.53 |
| HSL | 78.16º | 0.47% | 0.32% | - |
| HSV(B) | 78.16º | 0.64% | 0.47% | - |
| XYZ | 11.86 | 15.85 | 4.72 | - |
| YUV | 103.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 43 | 0.19 | 0 | 0.64 | 0.53 | 78.16 | 0.47 | 0.32 |
| Hex | 60 | 77 | 2B | 13 | 0 | 40 | 35 | 4E | 2F | 20 |
| Octal | 140 | 167 | 53 | 23 | 0 | 100 | 65 | 116 | 57 | 40 |
| Binary | 1100000 | 1110111 | 101011 | 10011 | 0 | 1000000 | 110101 | 1001110 | 101111 | 100000 |
Color Harmonies of #60772B
Complementary color
Monochromatic Colors of #60772B
Black with #60772B
Text Example
Text Example
White with #60772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60772B; }
p { color: rgb(96,119,43); }
H1.HeaderClassName
{
color: #60772B;
}
.AnyTagClassName
{
color: #60772B;
}
</style>
background-color css
<style>
a { background-color: #60772B; }
a { background-color: rgb(96,119,43); }
div.DivClassName
{
background-color: #60772B;
}
.BgClassName
{
background-color: #60772B;
}
</style>
border-color css
<style>
span { border-color: #60772B; }
span { border-color: rgb(96,119,43); }
td.TdClassName
{
border-color: #60772B;
}
.TagClassName
{
border-color: #60772B;
}
</style>