Shades of Rain Forest #5F6D30
Tints of Rain Forest #5F6D30
RGB
CMYK
RGB Variations
Color information
#5F6D30 (or 0x5F6D30) is known color: Rain Forest. HEX triplet: 5F, 6D and 30. RGB value is (95,109,48). Sum of RGB (Red+Green+Blue) = 95+109+48=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6D30 is #A092CF. Grayscale: #626262. Windows color (decimal): -10523344 or 3173727. OLE color: 3173727.
HSL color Cylindrical-coordinate representation of color #5F6D30: hue angle of 73.77º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F6D30 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 109 | 48 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.57 |
| HSL | 73.77º | 0.39% | 0.31% | - |
| HSV(B) | 73.77º | 0.56% | 0.43% | - |
| XYZ | 10.72 | 13.58 | 4.85 | - |
| YUV | 97.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 109 | 48 | 0.13 | 0 | 0.56 | 0.57 | 73.77 | 0.39 | 0.31 |
| Hex | 5F | 6D | 30 | D | 0 | 38 | 39 | 4A | 27 | 1F |
| Octal | 137 | 155 | 60 | 15 | 0 | 70 | 71 | 112 | 47 | 37 |
| Binary | 1011111 | 1101101 | 110000 | 1101 | 0 | 111000 | 111001 | 1001010 | 100111 | 11111 |
Color Harmonies of #5F6D30
Complementary color
Monochromatic Colors of #5F6D30
Black with #5F6D30
Text Example
Text Example
White with #5F6D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6D30; }
p { color: rgb(95,109,48); }
H1.HeaderClassName
{
color: #5F6D30;
}
.AnyTagClassName
{
color: #5F6D30;
}
</style>
background-color css
<style>
a { background-color: #5F6D30; }
a { background-color: rgb(95,109,48); }
div.DivClassName
{
background-color: #5F6D30;
}
.BgClassName
{
background-color: #5F6D30;
}
</style>
border-color css
<style>
span { border-color: #5F6D30; }
span { border-color: rgb(95,109,48); }
td.TdClassName
{
border-color: #5F6D30;
}
.TagClassName
{
border-color: #5F6D30;
}
</style>