Shades of Rain Forest #707727
Tints of Rain Forest #707727
RGB
CMYK
RGB Variations
Color information
#707727 (or 0x707727) is known color: Rain Forest. HEX triplet: 70, 77 and 27. RGB value is (112,119,39). Sum of RGB (Red+Green+Blue) = 112+119+39=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #707727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707727 is #8F88D8. Grayscale: #6C6C6C. Windows color (decimal): -9406681 or 2586480. OLE color: 2586480.
HSL color Cylindrical-coordinate representation of color #707727: hue angle of 65.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #707727 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 39 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.53 |
| HSL | 65.25º | 0.51% | 0.31% | - |
| HSV(B) | 65.25º | 0.67% | 0.47% | - |
| XYZ | 13.65 | 16.78 | 4.44 | - |
| YUV | 107.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 39 | 0.06 | 0 | 0.67 | 0.53 | 65.25 | 0.51 | 0.31 |
| Hex | 70 | 77 | 27 | 6 | 0 | 43 | 35 | 41 | 33 | 1F |
| Octal | 160 | 167 | 47 | 6 | 0 | 103 | 65 | 101 | 63 | 37 |
| Binary | 1110000 | 1110111 | 100111 | 110 | 0 | 1000011 | 110101 | 1000001 | 110011 | 11111 |
Color Harmonies of #707727
Complementary color
Monochromatic Colors of #707727
Black with #707727
Text Example
Text Example
White with #707727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707727; }
p { color: rgb(112,119,39); }
H1.HeaderClassName
{
color: #707727;
}
.AnyTagClassName
{
color: #707727;
}
</style>
background-color css
<style>
a { background-color: #707727; }
a { background-color: rgb(112,119,39); }
div.DivClassName
{
background-color: #707727;
}
.BgClassName
{
background-color: #707727;
}
</style>
border-color css
<style>
span { border-color: #707727; }
span { border-color: rgb(112,119,39); }
td.TdClassName
{
border-color: #707727;
}
.TagClassName
{
border-color: #707727;
}
</style>