Shades of Rain Forest #696B23
Tints of Rain Forest #696B23
RGB
CMYK
RGB Variations
Color information
#696B23 (or 0x696B23) is known color: Rain Forest. HEX triplet: 69, 6B and 23. RGB value is (105,107,35). Sum of RGB (Red+Green+Blue) = 105+107+35=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #696B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B23 is #9694DC. Grayscale: #626262. Windows color (decimal): -9868509 or 2321257. OLE color: 2321257.
HSL color Cylindrical-coordinate representation of color #696B23: hue angle of 61.67º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #696B23 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 35 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.58 |
| HSL | 61.67º | 0.51% | 0.28% | - |
| HSV(B) | 61.67º | 0.67% | 0.42% | - |
| XYZ | 11.39 | 13.64 | 3.62 | - |
| YUV | 98.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 35 | 0.02 | 0 | 0.67 | 0.58 | 61.67 | 0.51 | 0.28 |
| Hex | 69 | 6B | 23 | 2 | 0 | 43 | 3A | 3E | 33 | 1C |
| Octal | 151 | 153 | 43 | 2 | 0 | 103 | 72 | 76 | 63 | 34 |
| Binary | 1101001 | 1101011 | 100011 | 10 | 0 | 1000011 | 111010 | 111110 | 110011 | 11100 |
Color Harmonies of #696B23
Complementary color
Monochromatic Colors of #696B23
Black with #696B23
Text Example
Text Example
White with #696B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B23; }
p { color: rgb(105,107,35); }
H1.HeaderClassName
{
color: #696B23;
}
.AnyTagClassName
{
color: #696B23;
}
</style>
background-color css
<style>
a { background-color: #696B23; }
a { background-color: rgb(105,107,35); }
div.DivClassName
{
background-color: #696B23;
}
.BgClassName
{
background-color: #696B23;
}
</style>
border-color css
<style>
span { border-color: #696B23; }
span { border-color: rgb(105,107,35); }
td.TdClassName
{
border-color: #696B23;
}
.TagClassName
{
border-color: #696B23;
}
</style>