Shades of Rain Forest #60702F
Tints of Rain Forest #60702F
RGB
CMYK
RGB Variations
Color information
#60702F (or 0x60702F) is known color: Rain Forest. HEX triplet: 60, 70 and 2F. RGB value is (96,112,47). Sum of RGB (Red+Green+Blue) = 96+112+47=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #60702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60702F is #9F8FD0. Grayscale: #646464. Windows color (decimal): -10457041 or 3108960. OLE color: 3108960.
HSL color Cylindrical-coordinate representation of color #60702F: hue angle of 74.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60702F is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 47 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.56 |
| HSL | 74.77º | 0.41% | 0.31% | - |
| HSV(B) | 74.77º | 0.58% | 0.44% | - |
| XYZ | 11.13 | 14.28 | 4.86 | - |
| YUV | 99.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 47 | 0.14 | 0 | 0.58 | 0.56 | 74.77 | 0.41 | 0.31 |
| Hex | 60 | 70 | 2F | E | 0 | 3A | 38 | 4B | 29 | 1F |
| Octal | 140 | 160 | 57 | 16 | 0 | 72 | 70 | 113 | 51 | 37 |
| Binary | 1100000 | 1110000 | 101111 | 1110 | 0 | 111010 | 111000 | 1001011 | 101001 | 11111 |
Color Harmonies of #60702F
Complementary color
Monochromatic Colors of #60702F
Black with #60702F
Text Example
Text Example
White with #60702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60702F; }
p { color: rgb(96,112,47); }
H1.HeaderClassName
{
color: #60702F;
}
.AnyTagClassName
{
color: #60702F;
}
</style>
background-color css
<style>
a { background-color: #60702F; }
a { background-color: rgb(96,112,47); }
div.DivClassName
{
background-color: #60702F;
}
.BgClassName
{
background-color: #60702F;
}
</style>
border-color css
<style>
span { border-color: #60702F; }
span { border-color: rgb(96,112,47); }
td.TdClassName
{
border-color: #60702F;
}
.TagClassName
{
border-color: #60702F;
}
</style>