Shades of Rain Forest #707B33
Tints of Rain Forest #707B33
RGB
CMYK
RGB Variations
Color information
#707B33 (or 0x707B33) is known color: Rain Forest. HEX triplet: 70, 7B and 33. RGB value is (112,123,51). Sum of RGB (Red+Green+Blue) = 112+123+51=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 123 - color contains mainly: green. Hex color #707B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B33 is #8F84CC. Grayscale: #6F6F6F. Windows color (decimal): -9405645 or 3373936. OLE color: 3373936.
HSL color Cylindrical-coordinate representation of color #707B33: hue angle of 69.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #707B33 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 51 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.52 |
| HSL | 69.17º | 0.41% | 0.34% | - |
| HSV(B) | 69.17º | 0.59% | 0.48% | - |
| XYZ | 14.36 | 17.85 | 5.82 | - |
| YUV | 111.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 51 | 0.09 | 0 | 0.59 | 0.52 | 69.17 | 0.41 | 0.34 |
| Hex | 70 | 7B | 33 | 9 | 0 | 3B | 34 | 45 | 29 | 22 |
| Octal | 160 | 173 | 63 | 11 | 0 | 73 | 64 | 105 | 51 | 42 |
| Binary | 1110000 | 1111011 | 110011 | 1001 | 0 | 111011 | 110100 | 1000101 | 101001 | 100010 |
Color Harmonies of #707B33
Complementary color
Monochromatic Colors of #707B33
Black with #707B33
Text Example
Text Example
White with #707B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B33; }
p { color: rgb(112,123,51); }
H1.HeaderClassName
{
color: #707B33;
}
.AnyTagClassName
{
color: #707B33;
}
</style>
background-color css
<style>
a { background-color: #707B33; }
a { background-color: rgb(112,123,51); }
div.DivClassName
{
background-color: #707B33;
}
.BgClassName
{
background-color: #707B33;
}
</style>
border-color css
<style>
span { border-color: #707B33; }
span { border-color: rgb(112,123,51); }
td.TdClassName
{
border-color: #707B33;
}
.TagClassName
{
border-color: #707B33;
}
</style>