Shades of Rain Forest #727E36
Tints of Rain Forest #727E36
RGB
CMYK
RGB Variations
Color information
#727E36 (or 0x727E36) is known color: Rain Forest. HEX triplet: 72, 7E and 36. RGB value is (114,126,54). Sum of RGB (Red+Green+Blue) = 114+126+54=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #727E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E36 is #8D81C9. Grayscale: #727272. Windows color (decimal): -9273802 or 3571314. OLE color: 3571314.
HSL color Cylindrical-coordinate representation of color #727E36: hue angle of 70º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #727E36 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 126 | 54 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.51 |
| HSL | 70º | 0.4% | 0.35% | - |
| HSV(B) | 70º | 0.57% | 0.49% | - |
| XYZ | 15.07 | 18.77 | 6.32 | - |
| YUV | 114.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 54 | 0.10 | 0 | 0.57 | 0.51 | 70 | 0.4 | 0.35 |
| Hex | 72 | 7E | 36 | A | 0 | 39 | 33 | 46 | 28 | 23 |
| Octal | 162 | 176 | 66 | 12 | 0 | 71 | 63 | 106 | 50 | 43 |
| Binary | 1110010 | 1111110 | 110110 | 1010 | 0 | 111001 | 110011 | 1000110 | 101000 | 100011 |
Color Harmonies of #727E36
Complementary color
Monochromatic Colors of #727E36
Black with #727E36
Text Example
Text Example
White with #727E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727E36; }
p { color: rgb(114,126,54); }
H1.HeaderClassName
{
color: #727E36;
}
.AnyTagClassName
{
color: #727E36;
}
</style>
background-color css
<style>
a { background-color: #727E36; }
a { background-color: rgb(114,126,54); }
div.DivClassName
{
background-color: #727E36;
}
.BgClassName
{
background-color: #727E36;
}
</style>
border-color css
<style>
span { border-color: #727E36; }
span { border-color: rgb(114,126,54); }
td.TdClassName
{
border-color: #727E36;
}
.TagClassName
{
border-color: #727E36;
}
</style>