Shades of Rain Forest #69712A
Tints of Rain Forest #69712A
RGB
CMYK
RGB Variations
Color information
#69712A (or 0x69712A) is known color: Rain Forest. HEX triplet: 69, 71 and 2A. RGB value is (105,113,42). Sum of RGB (Red+Green+Blue) = 105+113+42=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #69712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69712A is #968ED5. Grayscale: #666666. Windows color (decimal): -9866966 or 2781545. OLE color: 2781545.
HSL color Cylindrical-coordinate representation of color #69712A: hue angle of 66.76º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69712A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 113 | 42 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.56 |
| HSL | 66.76º | 0.46% | 0.3% | - |
| HSV(B) | 66.76º | 0.63% | 0.44% | - |
| XYZ | 12.15 | 14.98 | 4.44 | - |
| YUV | 102.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 42 | 0.07 | 0 | 0.63 | 0.56 | 66.76 | 0.46 | 0.3 |
| Hex | 69 | 71 | 2A | 7 | 0 | 3F | 38 | 43 | 2E | 1E |
| Octal | 151 | 161 | 52 | 7 | 0 | 77 | 70 | 103 | 56 | 36 |
| Binary | 1101001 | 1110001 | 101010 | 111 | 0 | 111111 | 111000 | 1000011 | 101110 | 11110 |
Color Harmonies of #69712A
Complementary color
Monochromatic Colors of #69712A
Black with #69712A
Text Example
Text Example
White with #69712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69712A; }
p { color: rgb(105,113,42); }
H1.HeaderClassName
{
color: #69712A;
}
.AnyTagClassName
{
color: #69712A;
}
</style>
background-color css
<style>
a { background-color: #69712A; }
a { background-color: rgb(105,113,42); }
div.DivClassName
{
background-color: #69712A;
}
.BgClassName
{
background-color: #69712A;
}
</style>
border-color css
<style>
span { border-color: #69712A; }
span { border-color: rgb(105,113,42); }
td.TdClassName
{
border-color: #69712A;
}
.TagClassName
{
border-color: #69712A;
}
</style>