Shades of Rain Forest #5F722B
Tints of Rain Forest #5F722B
RGB
CMYK
RGB Variations
Color information
#5F722B (or 0x5F722B) is known color: Rain Forest. HEX triplet: 5F, 72 and 2B. RGB value is (95,114,43). Sum of RGB (Red+Green+Blue) = 95+114+43=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #5F722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F722B is #A08DD4. Grayscale: #646464. Windows color (decimal): -10522069 or 2847327. OLE color: 2847327.
HSL color Cylindrical-coordinate representation of color #5F722B: hue angle of 76.06º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F722B is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 43 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.55 |
| HSL | 76.06º | 0.45% | 0.31% | - |
| HSV(B) | 76.06º | 0.62% | 0.45% | - |
| XYZ | 11.17 | 14.64 | 4.52 | - |
| YUV | 100.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 43 | 0.17 | 0 | 0.62 | 0.55 | 76.06 | 0.45 | 0.31 |
| Hex | 5F | 72 | 2B | 11 | 0 | 3E | 37 | 4C | 2D | 1F |
| Octal | 137 | 162 | 53 | 21 | 0 | 76 | 67 | 114 | 55 | 37 |
| Binary | 1011111 | 1110010 | 101011 | 10001 | 0 | 111110 | 110111 | 1001100 | 101101 | 11111 |
Color Harmonies of #5F722B
Complementary color
Monochromatic Colors of #5F722B
Black with #5F722B
Text Example
Text Example
White with #5F722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F722B; }
p { color: rgb(95,114,43); }
H1.HeaderClassName
{
color: #5F722B;
}
.AnyTagClassName
{
color: #5F722B;
}
</style>
background-color css
<style>
a { background-color: #5F722B; }
a { background-color: rgb(95,114,43); }
div.DivClassName
{
background-color: #5F722B;
}
.BgClassName
{
background-color: #5F722B;
}
</style>
border-color css
<style>
span { border-color: #5F722B; }
span { border-color: rgb(95,114,43); }
td.TdClassName
{
border-color: #5F722B;
}
.TagClassName
{
border-color: #5F722B;
}
</style>