Shades of Rain Forest #5F6F2D
Tints of Rain Forest #5F6F2D
RGB
CMYK
RGB Variations
Color information
#5F6F2D (or 0x5F6F2D) is known color: Rain Forest. HEX triplet: 5F, 6F and 2D. RGB value is (95,111,45). Sum of RGB (Red+Green+Blue) = 95+111+45=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6F2D is #A090D2. Grayscale: #626262. Windows color (decimal): -10522835 or 2977631. OLE color: 2977631.
HSL color Cylindrical-coordinate representation of color #5F6F2D: hue angle of 74.55º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F6F2D is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 111 | 45 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.56 |
| HSL | 74.55º | 0.42% | 0.31% | - |
| HSV(B) | 74.55º | 0.59% | 0.44% | - |
| XYZ | 10.88 | 13.99 | 4.61 | - |
| YUV | 98.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 45 | 0.14 | 0 | 0.59 | 0.56 | 74.55 | 0.42 | 0.31 |
| Hex | 5F | 6F | 2D | E | 0 | 3B | 38 | 4B | 2A | 1F |
| Octal | 137 | 157 | 55 | 16 | 0 | 73 | 70 | 113 | 52 | 37 |
| Binary | 1011111 | 1101111 | 101101 | 1110 | 0 | 111011 | 111000 | 1001011 | 101010 | 11111 |
Color Harmonies of #5F6F2D
Complementary color
Monochromatic Colors of #5F6F2D
Black with #5F6F2D
Text Example
Text Example
White with #5F6F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6F2D; }
p { color: rgb(95,111,45); }
H1.HeaderClassName
{
color: #5F6F2D;
}
.AnyTagClassName
{
color: #5F6F2D;
}
</style>
background-color css
<style>
a { background-color: #5F6F2D; }
a { background-color: rgb(95,111,45); }
div.DivClassName
{
background-color: #5F6F2D;
}
.BgClassName
{
background-color: #5F6F2D;
}
</style>
border-color css
<style>
span { border-color: #5F6F2D; }
span { border-color: rgb(95,111,45); }
td.TdClassName
{
border-color: #5F6F2D;
}
.TagClassName
{
border-color: #5F6F2D;
}
</style>