Shades of Rain Forest #5F6B34
Tints of Rain Forest #5F6B34
RGB
CMYK
RGB Variations
Color information
#5F6B34 (or 0x5F6B34) is known color: Rain Forest. HEX triplet: 5F, 6B and 34. RGB value is (95,107,52). Sum of RGB (Red+Green+Blue) = 95+107+52=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6B34 is #A094CB. Grayscale: #616161. Windows color (decimal): -10523852 or 3435359. OLE color: 3435359.
HSL color Cylindrical-coordinate representation of color #5F6B34: hue angle of 73.09º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F6B34 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 107 | 52 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.58 |
| HSL | 73.09º | 0.35% | 0.31% | - |
| HSV(B) | 73.09º | 0.51% | 0.42% | - |
| XYZ | 10.6 | 13.2 | 5.24 | - |
| YUV | 97.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 107 | 52 | 0.11 | 0 | 0.51 | 0.58 | 73.09 | 0.35 | 0.31 |
| Hex | 5F | 6B | 34 | B | 0 | 33 | 3A | 49 | 23 | 1F |
| Octal | 137 | 153 | 64 | 13 | 0 | 63 | 72 | 111 | 43 | 37 |
| Binary | 1011111 | 1101011 | 110100 | 1011 | 0 | 110011 | 111010 | 1001001 | 100011 | 11111 |
Color Harmonies of #5F6B34
Complementary color
Monochromatic Colors of #5F6B34
Black with #5F6B34
Text Example
Text Example
White with #5F6B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6B34; }
p { color: rgb(95,107,52); }
H1.HeaderClassName
{
color: #5F6B34;
}
.AnyTagClassName
{
color: #5F6B34;
}
</style>
background-color css
<style>
a { background-color: #5F6B34; }
a { background-color: rgb(95,107,52); }
div.DivClassName
{
background-color: #5F6B34;
}
.BgClassName
{
background-color: #5F6B34;
}
</style>
border-color css
<style>
span { border-color: #5F6B34; }
span { border-color: rgb(95,107,52); }
td.TdClassName
{
border-color: #5F6B34;
}
.TagClassName
{
border-color: #5F6B34;
}
</style>