Shades of Rain Forest #727E35
Tints of Rain Forest #727E35
RGB
CMYK
RGB Variations
Color information
#727E35 (or 0x727E35) is known color: Rain Forest. HEX triplet: 72, 7E and 35. RGB value is (114,126,53). Sum of RGB (Red+Green+Blue) = 114+126+53=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #727E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E35 is #8D81CA. Grayscale: #727272. Windows color (decimal): -9273803 or 3505778. OLE color: 3505778.
HSL color Cylindrical-coordinate representation of color #727E35: hue angle of 69.86º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #727E35 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 126 | 53 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.51 |
| HSL | 69.86º | 0.41% | 0.35% | - |
| HSV(B) | 69.86º | 0.58% | 0.49% | - |
| XYZ | 15.04 | 18.76 | 6.2 | - |
| YUV | 114.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 53 | 0.10 | 0 | 0.58 | 0.51 | 69.86 | 0.41 | 0.35 |
| Hex | 72 | 7E | 35 | A | 0 | 3A | 33 | 46 | 29 | 23 |
| Octal | 162 | 176 | 65 | 12 | 0 | 72 | 63 | 106 | 51 | 43 |
| Binary | 1110010 | 1111110 | 110101 | 1010 | 0 | 111010 | 110011 | 1000110 | 101001 | 100011 |
Color Harmonies of #727E35
Complementary color
Monochromatic Colors of #727E35
Black with #727E35
Text Example
Text Example
White with #727E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727E35; }
p { color: rgb(114,126,53); }
H1.HeaderClassName
{
color: #727E35;
}
.AnyTagClassName
{
color: #727E35;
}
</style>
background-color css
<style>
a { background-color: #727E35; }
a { background-color: rgb(114,126,53); }
div.DivClassName
{
background-color: #727E35;
}
.BgClassName
{
background-color: #727E35;
}
</style>
border-color css
<style>
span { border-color: #727E35; }
span { border-color: rgb(114,126,53); }
td.TdClassName
{
border-color: #727E35;
}
.TagClassName
{
border-color: #727E35;
}
</style>