Shades of Rain Forest #696C22
Tints of Rain Forest #696C22
RGB
CMYK
RGB Variations
Color information
#696C22 (or 0x696C22) is known color: Rain Forest. HEX triplet: 69, 6C and 22. RGB value is (105,108,34). Sum of RGB (Red+Green+Blue) = 105+108+34=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #696C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C22 is #9693DD. Grayscale: #626262. Windows color (decimal): -9868254 or 2255977. OLE color: 2255977.
HSL color Cylindrical-coordinate representation of color #696C22: hue angle of 62.43º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #696C22 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 108 | 34 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.58 |
| HSL | 62.43º | 0.52% | 0.28% | - |
| HSV(B) | 62.43º | 0.69% | 0.42% | - |
| XYZ | 11.48 | 13.84 | 3.58 | - |
| YUV | 98.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 34 | 0.03 | 0 | 0.69 | 0.58 | 62.43 | 0.52 | 0.28 |
| Hex | 69 | 6C | 22 | 3 | 0 | 45 | 3A | 3E | 34 | 1C |
| Octal | 151 | 154 | 42 | 3 | 0 | 105 | 72 | 76 | 64 | 34 |
| Binary | 1101001 | 1101100 | 100010 | 11 | 0 | 1000101 | 111010 | 111110 | 110100 | 11100 |
Color Harmonies of #696C22
Complementary color
Monochromatic Colors of #696C22
Black with #696C22
Text Example
Text Example
White with #696C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C22; }
p { color: rgb(105,108,34); }
H1.HeaderClassName
{
color: #696C22;
}
.AnyTagClassName
{
color: #696C22;
}
</style>
background-color css
<style>
a { background-color: #696C22; }
a { background-color: rgb(105,108,34); }
div.DivClassName
{
background-color: #696C22;
}
.BgClassName
{
background-color: #696C22;
}
</style>
border-color css
<style>
span { border-color: #696C22; }
span { border-color: rgb(105,108,34); }
td.TdClassName
{
border-color: #696C22;
}
.TagClassName
{
border-color: #696C22;
}
</style>