Shades of Rain Forest #5F6731
Tints of Rain Forest #5F6731
RGB
CMYK
RGB Variations
Color information
#5F6731 (or 0x5F6731) is known color: Rain Forest. HEX triplet: 5F, 67 and 31. RGB value is (95,103,49). Sum of RGB (Red+Green+Blue) = 95+103+49=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #5F6731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6731 is #A098CE. Grayscale: #5E5E5E. Windows color (decimal): -10524879 or 3237727. OLE color: 3237727.
HSL color Cylindrical-coordinate representation of color #5F6731: hue angle of 68.89º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F6731 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 103 | 49 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.60 |
| HSL | 68.89º | 0.36% | 0.3% | - |
| HSV(B) | 68.89º | 0.52% | 0.4% | - |
| XYZ | 10.12 | 12.36 | 4.76 | - |
| YUV | 94.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 49 | 0.08 | 0 | 0.52 | 0.60 | 68.89 | 0.36 | 0.3 |
| Hex | 5F | 67 | 31 | 8 | 0 | 34 | 3C | 45 | 24 | 1E |
| Octal | 137 | 147 | 61 | 10 | 0 | 64 | 74 | 105 | 44 | 36 |
| Binary | 1011111 | 1100111 | 110001 | 1000 | 0 | 110100 | 111100 | 1000101 | 100100 | 11110 |
Color Harmonies of #5F6731
Complementary color
Monochromatic Colors of #5F6731
Black with #5F6731
Text Example
Text Example
White with #5F6731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6731; }
p { color: rgb(95,103,49); }
H1.HeaderClassName
{
color: #5F6731;
}
.AnyTagClassName
{
color: #5F6731;
}
</style>
background-color css
<style>
a { background-color: #5F6731; }
a { background-color: rgb(95,103,49); }
div.DivClassName
{
background-color: #5F6731;
}
.BgClassName
{
background-color: #5F6731;
}
</style>
border-color css
<style>
span { border-color: #5F6731; }
span { border-color: rgb(95,103,49); }
td.TdClassName
{
border-color: #5F6731;
}
.TagClassName
{
border-color: #5F6731;
}
</style>