Shades of Rain Forest #696E22
Tints of Rain Forest #696E22
RGB
CMYK
RGB Variations
Color information
#696E22 (or 0x696E22) is known color: Rain Forest. HEX triplet: 69, 6E and 22. RGB value is (105,110,34). Sum of RGB (Red+Green+Blue) = 105+110+34=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 110 - color contains mainly: green. Hex color #696E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E22 is #9691DD. Grayscale: #646464. Windows color (decimal): -9867742 or 2256489. OLE color: 2256489.
HSL color Cylindrical-coordinate representation of color #696E22: hue angle of 63.95º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #696E22 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 34 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.57 |
| HSL | 63.95º | 0.53% | 0.28% | - |
| HSV(B) | 63.95º | 0.69% | 0.43% | - |
| XYZ | 11.69 | 14.27 | 3.65 | - |
| YUV | 99.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 34 | 0.05 | 0 | 0.69 | 0.57 | 63.95 | 0.53 | 0.28 |
| Hex | 69 | 6E | 22 | 5 | 0 | 45 | 39 | 40 | 35 | 1C |
| Octal | 151 | 156 | 42 | 5 | 0 | 105 | 71 | 100 | 65 | 34 |
| Binary | 1101001 | 1101110 | 100010 | 101 | 0 | 1000101 | 111001 | 1000000 | 110101 | 11100 |
Color Harmonies of #696E22
Complementary color
Monochromatic Colors of #696E22
Black with #696E22
Text Example
Text Example
White with #696E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E22; }
p { color: rgb(105,110,34); }
H1.HeaderClassName
{
color: #696E22;
}
.AnyTagClassName
{
color: #696E22;
}
</style>
background-color css
<style>
a { background-color: #696E22; }
a { background-color: rgb(105,110,34); }
div.DivClassName
{
background-color: #696E22;
}
.BgClassName
{
background-color: #696E22;
}
</style>
border-color css
<style>
span { border-color: #696E22; }
span { border-color: rgb(105,110,34); }
td.TdClassName
{
border-color: #696E22;
}
.TagClassName
{
border-color: #696E22;
}
</style>