Shades of Rain Forest #727B2E
Tints of Rain Forest #727B2E
RGB
CMYK
RGB Variations
Color information
#727B2E (or 0x727B2E) is known color: Rain Forest. HEX triplet: 72, 7B and 2E. RGB value is (114,123,46). Sum of RGB (Red+Green+Blue) = 114+123+46=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #727B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727B2E is #8D84D1. Grayscale: #6F6F6F. Windows color (decimal): -9274578 or 3046258. OLE color: 3046258.
HSL color Cylindrical-coordinate representation of color #727B2E: hue angle of 67.01º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #727B2E is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 123 | 46 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.52 |
| HSL | 67.01º | 0.46% | 0.33% | - |
| HSV(B) | 67.01º | 0.63% | 0.48% | - |
| XYZ | 14.52 | 17.94 | 5.28 | - |
| YUV | 111.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 46 | 0.07 | 0 | 0.63 | 0.52 | 67.01 | 0.46 | 0.33 |
| Hex | 72 | 7B | 2E | 7 | 0 | 3F | 34 | 43 | 2E | 21 |
| Octal | 162 | 173 | 56 | 7 | 0 | 77 | 64 | 103 | 56 | 41 |
| Binary | 1110010 | 1111011 | 101110 | 111 | 0 | 111111 | 110100 | 1000011 | 101110 | 100001 |
Color Harmonies of #727B2E
Complementary color
Monochromatic Colors of #727B2E
Black with #727B2E
Text Example
Text Example
White with #727B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B2E; }
p { color: rgb(114,123,46); }
H1.HeaderClassName
{
color: #727B2E;
}
.AnyTagClassName
{
color: #727B2E;
}
</style>
background-color css
<style>
a { background-color: #727B2E; }
a { background-color: rgb(114,123,46); }
div.DivClassName
{
background-color: #727B2E;
}
.BgClassName
{
background-color: #727B2E;
}
</style>
border-color css
<style>
span { border-color: #727B2E; }
span { border-color: rgb(114,123,46); }
td.TdClassName
{
border-color: #727B2E;
}
.TagClassName
{
border-color: #727B2E;
}
</style>