Shades of Rain Forest #696A33
Tints of Rain Forest #696A33
RGB
CMYK
RGB Variations
Color information
#696A33 (or 0x696A33) is known color: Rain Forest. HEX triplet: 69, 6A and 33. RGB value is (105,106,51). Sum of RGB (Red+Green+Blue) = 105+106+51=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #696A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A33 is #9695CC. Grayscale: #636363. Windows color (decimal): -9868749 or 3369577. OLE color: 3369577.
HSL color Cylindrical-coordinate representation of color #696A33: hue angle of 61.09º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696A33 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 51 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.58 |
| HSL | 61.09º | 0.35% | 0.31% | - |
| HSV(B) | 61.09º | 0.52% | 0.42% | - |
| XYZ | 11.58 | 13.55 | 5.14 | - |
| YUV | 99.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 51 | 0.01 | 0 | 0.52 | 0.58 | 61.09 | 0.35 | 0.31 |
| Hex | 69 | 6A | 33 | 1 | 0 | 34 | 3A | 3D | 23 | 1F |
| Octal | 151 | 152 | 63 | 1 | 0 | 64 | 72 | 75 | 43 | 37 |
| Binary | 1101001 | 1101010 | 110011 | 1 | 0 | 110100 | 111010 | 111101 | 100011 | 11111 |
Color Harmonies of #696A33
Complementary color
Monochromatic Colors of #696A33
Black with #696A33
Text Example
Text Example
White with #696A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A33; }
p { color: rgb(105,106,51); }
H1.HeaderClassName
{
color: #696A33;
}
.AnyTagClassName
{
color: #696A33;
}
</style>
background-color css
<style>
a { background-color: #696A33; }
a { background-color: rgb(105,106,51); }
div.DivClassName
{
background-color: #696A33;
}
.BgClassName
{
background-color: #696A33;
}
</style>
border-color css
<style>
span { border-color: #696A33; }
span { border-color: rgb(105,106,51); }
td.TdClassName
{
border-color: #696A33;
}
.TagClassName
{
border-color: #696A33;
}
</style>