Shades of Rain Forest #65772F
Tints of Rain Forest #65772F
RGB
CMYK
RGB Variations
Color information
#65772F (or 0x65772F) is known color: Rain Forest. HEX triplet: 65, 77 and 2F. RGB value is (101,119,47). Sum of RGB (Red+Green+Blue) = 101+119+47=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #65772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65772F is #9A88D0. Grayscale: #696969. Windows color (decimal): -10127569 or 3110757. OLE color: 3110757.
HSL color Cylindrical-coordinate representation of color #65772F: hue angle of 75º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65772F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 47 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.53 |
| HSL | 75º | 0.43% | 0.33% | - |
| HSV(B) | 75º | 0.61% | 0.47% | - |
| XYZ | 12.48 | 16.17 | 5.15 | - |
| YUV | 105.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 47 | 0.15 | 0 | 0.61 | 0.53 | 75 | 0.43 | 0.33 |
| Hex | 65 | 77 | 2F | F | 0 | 3D | 35 | 4B | 2B | 21 |
| Octal | 145 | 167 | 57 | 17 | 0 | 75 | 65 | 113 | 53 | 41 |
| Binary | 1100101 | 1110111 | 101111 | 1111 | 0 | 111101 | 110101 | 1001011 | 101011 | 100001 |
Color Harmonies of #65772F
Complementary color
Monochromatic Colors of #65772F
Black with #65772F
Text Example
Text Example
White with #65772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65772F; }
p { color: rgb(101,119,47); }
H1.HeaderClassName
{
color: #65772F;
}
.AnyTagClassName
{
color: #65772F;
}
</style>
background-color css
<style>
a { background-color: #65772F; }
a { background-color: rgb(101,119,47); }
div.DivClassName
{
background-color: #65772F;
}
.BgClassName
{
background-color: #65772F;
}
</style>
border-color css
<style>
span { border-color: #65772F; }
span { border-color: rgb(101,119,47); }
td.TdClassName
{
border-color: #65772F;
}
.TagClassName
{
border-color: #65772F;
}
</style>