Shades of Rain Forest #60722A
Tints of Rain Forest #60722A
RGB
CMYK
RGB Variations
Color information
#60722A (or 0x60722A) is known color: Rain Forest. HEX triplet: 60, 72 and 2A. RGB value is (96,114,42). Sum of RGB (Red+Green+Blue) = 96+114+42=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #60722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60722A is #9F8DD5. Grayscale: #646464. Windows color (decimal): -10456534 or 2781792. OLE color: 2781792.
HSL color Cylindrical-coordinate representation of color #60722A: hue angle of 75º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60722A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 42 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.55 |
| HSL | 75º | 0.46% | 0.31% | - |
| HSV(B) | 75º | 0.63% | 0.45% | - |
| XYZ | 11.26 | 14.69 | 4.43 | - |
| YUV | 100.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 42 | 0.16 | 0 | 0.63 | 0.55 | 75 | 0.46 | 0.31 |
| Hex | 60 | 72 | 2A | 10 | 0 | 3F | 37 | 4B | 2E | 1F |
| Octal | 140 | 162 | 52 | 20 | 0 | 77 | 67 | 113 | 56 | 37 |
| Binary | 1100000 | 1110010 | 101010 | 10000 | 0 | 111111 | 110111 | 1001011 | 101110 | 11111 |
Color Harmonies of #60722A
Complementary color
Monochromatic Colors of #60722A
Black with #60722A
Text Example
Text Example
White with #60722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60722A; }
p { color: rgb(96,114,42); }
H1.HeaderClassName
{
color: #60722A;
}
.AnyTagClassName
{
color: #60722A;
}
</style>
background-color css
<style>
a { background-color: #60722A; }
a { background-color: rgb(96,114,42); }
div.DivClassName
{
background-color: #60722A;
}
.BgClassName
{
background-color: #60722A;
}
</style>
border-color css
<style>
span { border-color: #60722A; }
span { border-color: rgb(96,114,42); }
td.TdClassName
{
border-color: #60722A;
}
.TagClassName
{
border-color: #60722A;
}
</style>