Shades of Rain Forest #696D23
Tints of Rain Forest #696D23
RGB
CMYK
RGB Variations
Color information
#696D23 (or 0x696D23) is known color: Rain Forest. HEX triplet: 69, 6D and 23. RGB value is (105,109,35). Sum of RGB (Red+Green+Blue) = 105+109+35=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 109 - color contains mainly: green. Hex color #696D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696D23 is #9692DC. Grayscale: #636363. Windows color (decimal): -9867997 or 2321769. OLE color: 2321769.
HSL color Cylindrical-coordinate representation of color #696D23: hue angle of 63.24º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #696D23 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 109 | 35 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.57 |
| HSL | 63.24º | 0.51% | 0.28% | - |
| HSV(B) | 63.24º | 0.68% | 0.43% | - |
| XYZ | 11.6 | 14.06 | 3.69 | - |
| YUV | 99.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 35 | 0.04 | 0 | 0.68 | 0.57 | 63.24 | 0.51 | 0.28 |
| Hex | 69 | 6D | 23 | 4 | 0 | 44 | 39 | 3F | 33 | 1C |
| Octal | 151 | 155 | 43 | 4 | 0 | 104 | 71 | 77 | 63 | 34 |
| Binary | 1101001 | 1101101 | 100011 | 100 | 0 | 1000100 | 111001 | 111111 | 110011 | 11100 |
Color Harmonies of #696D23
Complementary color
Monochromatic Colors of #696D23
Black with #696D23
Text Example
Text Example
White with #696D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D23; }
p { color: rgb(105,109,35); }
H1.HeaderClassName
{
color: #696D23;
}
.AnyTagClassName
{
color: #696D23;
}
</style>
background-color css
<style>
a { background-color: #696D23; }
a { background-color: rgb(105,109,35); }
div.DivClassName
{
background-color: #696D23;
}
.BgClassName
{
background-color: #696D23;
}
</style>
border-color css
<style>
span { border-color: #696D23; }
span { border-color: rgb(105,109,35); }
td.TdClassName
{
border-color: #696D23;
}
.TagClassName
{
border-color: #696D23;
}
</style>