Shades of Rain Forest #68772F
Tints of Rain Forest #68772F
RGB
CMYK
RGB Variations
Color information
#68772F (or 0x68772F) is known color: Rain Forest. HEX triplet: 68, 77 and 2F. RGB value is (104,119,47). Sum of RGB (Red+Green+Blue) = 104+119+47=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #68772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68772F is #9788D0. Grayscale: #6A6A6A. Windows color (decimal): -9930961 or 3110760. OLE color: 3110760.
HSL color Cylindrical-coordinate representation of color #68772F: hue angle of 72.5º 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 #68772F is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 47 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.53 |
| HSL | 72.5º | 0.43% | 0.33% | - |
| HSV(B) | 72.5º | 0.61% | 0.47% | - |
| XYZ | 12.82 | 16.34 | 5.17 | - |
| YUV | 106.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 47 | 0.13 | 0 | 0.61 | 0.53 | 72.5 | 0.43 | 0.33 |
| Hex | 68 | 77 | 2F | D | 0 | 3D | 35 | 48 | 2B | 21 |
| Octal | 150 | 167 | 57 | 15 | 0 | 75 | 65 | 110 | 53 | 41 |
| Binary | 1101000 | 1110111 | 101111 | 1101 | 0 | 111101 | 110101 | 1001000 | 101011 | 100001 |
Color Harmonies of #68772F
Complementary color
Monochromatic Colors of #68772F
Black with #68772F
Text Example
Text Example
White with #68772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68772F; }
p { color: rgb(104,119,47); }
H1.HeaderClassName
{
color: #68772F;
}
.AnyTagClassName
{
color: #68772F;
}
</style>
background-color css
<style>
a { background-color: #68772F; }
a { background-color: rgb(104,119,47); }
div.DivClassName
{
background-color: #68772F;
}
.BgClassName
{
background-color: #68772F;
}
</style>
border-color css
<style>
span { border-color: #68772F; }
span { border-color: rgb(104,119,47); }
td.TdClassName
{
border-color: #68772F;
}
.TagClassName
{
border-color: #68772F;
}
</style>