Shades of Rain Forest #5F6B2D
Tints of Rain Forest #5F6B2D
RGB
CMYK
RGB Variations
Color information
#5F6B2D (or 0x5F6B2D) is known color: Rain Forest. HEX triplet: 5F, 6B and 2D. RGB value is (95,107,45). Sum of RGB (Red+Green+Blue) = 95+107+45=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6B2D is #A094D2. Grayscale: #606060. Windows color (decimal): -10523859 or 2976607. OLE color: 2976607.
HSL color Cylindrical-coordinate representation of color #5F6B2D: hue angle of 71.61º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F6B2D is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 107 | 45 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.58 |
| HSL | 71.61º | 0.41% | 0.3% | - |
| HSV(B) | 71.61º | 0.58% | 0.42% | - |
| XYZ | 10.45 | 13.14 | 4.47 | - |
| YUV | 96.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 107 | 45 | 0.11 | 0 | 0.58 | 0.58 | 71.61 | 0.41 | 0.3 |
| Hex | 5F | 6B | 2D | B | 0 | 3A | 3A | 48 | 29 | 1E |
| Octal | 137 | 153 | 55 | 13 | 0 | 72 | 72 | 110 | 51 | 36 |
| Binary | 1011111 | 1101011 | 101101 | 1011 | 0 | 111010 | 111010 | 1001000 | 101001 | 11110 |
Color Harmonies of #5F6B2D
Complementary color
Monochromatic Colors of #5F6B2D
Black with #5F6B2D
Text Example
Text Example
White with #5F6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6B2D; }
p { color: rgb(95,107,45); }
H1.HeaderClassName
{
color: #5F6B2D;
}
.AnyTagClassName
{
color: #5F6B2D;
}
</style>
background-color css
<style>
a { background-color: #5F6B2D; }
a { background-color: rgb(95,107,45); }
div.DivClassName
{
background-color: #5F6B2D;
}
.BgClassName
{
background-color: #5F6B2D;
}
</style>
border-color css
<style>
span { border-color: #5F6B2D; }
span { border-color: rgb(95,107,45); }
td.TdClassName
{
border-color: #5F6B2D;
}
.TagClassName
{
border-color: #5F6B2D;
}
</style>