Shades of Rain Forest #696E34
Tints of Rain Forest #696E34
RGB
CMYK
RGB Variations
Color information
#696E34 (or 0x696E34) is known color: Rain Forest. HEX triplet: 69, 6E and 34. RGB value is (105,110,52). Sum of RGB (Red+Green+Blue) = 105+110+52=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #696E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E34 is #9691CB. Grayscale: #666666. Windows color (decimal): -9867724 or 3436137. OLE color: 3436137.
HSL color Cylindrical-coordinate representation of color #696E34: hue angle of 65.17º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696E34 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 52 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.57 |
| HSL | 65.17º | 0.36% | 0.32% | - |
| HSV(B) | 65.17º | 0.53% | 0.43% | - |
| XYZ | 12.02 | 14.4 | 5.4 | - |
| YUV | 101.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 52 | 0.05 | 0 | 0.53 | 0.57 | 65.17 | 0.36 | 0.32 |
| Hex | 69 | 6E | 34 | 5 | 0 | 35 | 39 | 41 | 24 | 20 |
| Octal | 151 | 156 | 64 | 5 | 0 | 65 | 71 | 101 | 44 | 40 |
| Binary | 1101001 | 1101110 | 110100 | 101 | 0 | 110101 | 111001 | 1000001 | 100100 | 100000 |
Color Harmonies of #696E34
Complementary color
Monochromatic Colors of #696E34
Black with #696E34
Text Example
Text Example
White with #696E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E34; }
p { color: rgb(105,110,52); }
H1.HeaderClassName
{
color: #696E34;
}
.AnyTagClassName
{
color: #696E34;
}
</style>
background-color css
<style>
a { background-color: #696E34; }
a { background-color: rgb(105,110,52); }
div.DivClassName
{
background-color: #696E34;
}
.BgClassName
{
background-color: #696E34;
}
</style>
border-color css
<style>
span { border-color: #696E34; }
span { border-color: rgb(105,110,52); }
td.TdClassName
{
border-color: #696E34;
}
.TagClassName
{
border-color: #696E34;
}
</style>