Shades of Rain Forest #5F6630
Tints of Rain Forest #5F6630
RGB
CMYK
RGB Variations
Color information
#5F6630 (or 0x5F6630) is known color: Rain Forest. HEX triplet: 5F, 66 and 30. RGB value is (95,102,48). Sum of RGB (Red+Green+Blue) = 95+102+48=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6630 is #A099CF. Grayscale: #5D5D5D. Windows color (decimal): -10525136 or 3171935. OLE color: 3171935.
HSL color Cylindrical-coordinate representation of color #5F6630: hue angle of 67.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F6630 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 48 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.6 |
| HSL | 67.78º | 0.36% | 0.29% | - |
| HSV(B) | 67.78º | 0.53% | 0.4% | - |
| XYZ | 10 | 12.15 | 4.61 | - |
| YUV | 93.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 48 | 0.07 | 0 | 0.53 | 0.6 | 67.78 | 0.36 | 0.29 |
| Hex | 5F | 66 | 30 | 7 | 0 | 35 | 3C | 44 | 24 | 1D |
| Octal | 137 | 146 | 60 | 7 | 0 | 65 | 74 | 104 | 44 | 35 |
| Binary | 1011111 | 1100110 | 110000 | 111 | 0 | 110101 | 111100 | 1000100 | 100100 | 11101 |
Color Harmonies of #5F6630
Complementary color
Monochromatic Colors of #5F6630
Black with #5F6630
Text Example
Text Example
White with #5F6630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6630; }
p { color: rgb(95,102,48); }
H1.HeaderClassName
{
color: #5F6630;
}
.AnyTagClassName
{
color: #5F6630;
}
</style>
background-color css
<style>
a { background-color: #5F6630; }
a { background-color: rgb(95,102,48); }
div.DivClassName
{
background-color: #5F6630;
}
.BgClassName
{
background-color: #5F6630;
}
</style>
border-color css
<style>
span { border-color: #5F6630; }
span { border-color: rgb(95,102,48); }
td.TdClassName
{
border-color: #5F6630;
}
.TagClassName
{
border-color: #5F6630;
}
</style>