Shades of Rain Forest #707B34
Tints of Rain Forest #707B34
RGB
CMYK
RGB Variations
Color information
#707B34 (or 0x707B34) is known color: Rain Forest. HEX triplet: 70, 7B and 34. RGB value is (112,123,52). Sum of RGB (Red+Green+Blue) = 112+123+52=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #707B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B34 is #8F84CB. Grayscale: #6F6F6F. Windows color (decimal): -9405644 or 3439472. OLE color: 3439472.
HSL color Cylindrical-coordinate representation of color #707B34: hue angle of 69.3º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #707B34 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 52 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.52 |
| HSL | 69.3º | 0.41% | 0.34% | - |
| HSV(B) | 69.3º | 0.58% | 0.48% | - |
| XYZ | 14.38 | 17.86 | 5.94 | - |
| YUV | 111.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 52 | 0.09 | 0 | 0.58 | 0.52 | 69.3 | 0.41 | 0.34 |
| Hex | 70 | 7B | 34 | 9 | 0 | 3A | 34 | 45 | 29 | 22 |
| Octal | 160 | 173 | 64 | 11 | 0 | 72 | 64 | 105 | 51 | 42 |
| Binary | 1110000 | 1111011 | 110100 | 1001 | 0 | 111010 | 110100 | 1000101 | 101001 | 100010 |
Color Harmonies of #707B34
Complementary color
Monochromatic Colors of #707B34
Black with #707B34
Text Example
Text Example
White with #707B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B34; }
p { color: rgb(112,123,52); }
H1.HeaderClassName
{
color: #707B34;
}
.AnyTagClassName
{
color: #707B34;
}
</style>
background-color css
<style>
a { background-color: #707B34; }
a { background-color: rgb(112,123,52); }
div.DivClassName
{
background-color: #707B34;
}
.BgClassName
{
background-color: #707B34;
}
</style>
border-color css
<style>
span { border-color: #707B34; }
span { border-color: rgb(112,123,52); }
td.TdClassName
{
border-color: #707B34;
}
.TagClassName
{
border-color: #707B34;
}
</style>