Shades of Rain Forest #5F682A
Tints of Rain Forest #5F682A
RGB
CMYK
RGB Variations
Color information
#5F682A (or 0x5F682A) is known color: Rain Forest. HEX triplet: 5F, 68 and 2A. RGB value is (95,104,42). Sum of RGB (Red+Green+Blue) = 95+104+42=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #5F682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F682A is #A097D5. Grayscale: #5E5E5E. Windows color (decimal): -10524630 or 2779231. OLE color: 2779231.
HSL color Cylindrical-coordinate representation of color #5F682A: hue angle of 68.71º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F682A is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 104 | 42 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.59 |
| HSL | 68.71º | 0.42% | 0.29% | - |
| HSV(B) | 68.71º | 0.6% | 0.41% | - |
| XYZ | 10.09 | 12.5 | 4.07 | - |
| YUV | 94.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 42 | 0.09 | 0 | 0.60 | 0.59 | 68.71 | 0.42 | 0.29 |
| Hex | 5F | 68 | 2A | 9 | 0 | 3C | 3B | 45 | 2A | 1D |
| Octal | 137 | 150 | 52 | 11 | 0 | 74 | 73 | 105 | 52 | 35 |
| Binary | 1011111 | 1101000 | 101010 | 1001 | 0 | 111100 | 111011 | 1000101 | 101010 | 11101 |
Color Harmonies of #5F682A
Complementary color
Monochromatic Colors of #5F682A
Black with #5F682A
Text Example
Text Example
White with #5F682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F682A; }
p { color: rgb(95,104,42); }
H1.HeaderClassName
{
color: #5F682A;
}
.AnyTagClassName
{
color: #5F682A;
}
</style>
background-color css
<style>
a { background-color: #5F682A; }
a { background-color: rgb(95,104,42); }
div.DivClassName
{
background-color: #5F682A;
}
.BgClassName
{
background-color: #5F682A;
}
</style>
border-color css
<style>
span { border-color: #5F682A; }
span { border-color: rgb(95,104,42); }
td.TdClassName
{
border-color: #5F682A;
}
.TagClassName
{
border-color: #5F682A;
}
</style>