Shades of Rain Forest #69772B
Tints of Rain Forest #69772B
RGB
CMYK
RGB Variations
Color information
#69772B (or 0x69772B) is known color: Rain Forest. HEX triplet: 69, 77 and 2B. RGB value is (105,119,43). Sum of RGB (Red+Green+Blue) = 105+119+43=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #69772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69772B is #9688D4. Grayscale: #6A6A6A. Windows color (decimal): -9865429 or 2848617. OLE color: 2848617.
HSL color Cylindrical-coordinate representation of color #69772B: hue angle of 71.05º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69772B is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 119 | 43 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.53 |
| HSL | 71.05º | 0.47% | 0.32% | - |
| HSV(B) | 71.05º | 0.64% | 0.47% | - |
| XYZ | 12.86 | 16.37 | 4.77 | - |
| YUV | 106.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 43 | 0.12 | 0 | 0.64 | 0.53 | 71.05 | 0.47 | 0.32 |
| Hex | 69 | 77 | 2B | C | 0 | 40 | 35 | 47 | 2F | 20 |
| Octal | 151 | 167 | 53 | 14 | 0 | 100 | 65 | 107 | 57 | 40 |
| Binary | 1101001 | 1110111 | 101011 | 1100 | 0 | 1000000 | 110101 | 1000111 | 101111 | 100000 |
Color Harmonies of #69772B
Complementary color
Monochromatic Colors of #69772B
Black with #69772B
Text Example
Text Example
White with #69772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69772B; }
p { color: rgb(105,119,43); }
H1.HeaderClassName
{
color: #69772B;
}
.AnyTagClassName
{
color: #69772B;
}
</style>
background-color css
<style>
a { background-color: #69772B; }
a { background-color: rgb(105,119,43); }
div.DivClassName
{
background-color: #69772B;
}
.BgClassName
{
background-color: #69772B;
}
</style>
border-color css
<style>
span { border-color: #69772B; }
span { border-color: rgb(105,119,43); }
td.TdClassName
{
border-color: #69772B;
}
.TagClassName
{
border-color: #69772B;
}
</style>