Shades of Rain Forest #696F27
Tints of Rain Forest #696F27
RGB
CMYK
RGB Variations
Color information
#696F27 (or 0x696F27) is known color: Rain Forest. HEX triplet: 69, 6F and 27. RGB value is (105,111,39). Sum of RGB (Red+Green+Blue) = 105+111+39=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #696F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F27 is #9690D8. Grayscale: #656565. Windows color (decimal): -9867481 or 2584425. OLE color: 2584425.
HSL color Cylindrical-coordinate representation of color #696F27: hue angle of 65º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #696F27 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 39 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.56 |
| HSL | 65º | 0.48% | 0.29% | - |
| HSV(B) | 65º | 0.65% | 0.44% | - |
| XYZ | 11.88 | 14.52 | 4.1 | - |
| YUV | 101 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 39 | 0.05 | 0 | 0.65 | 0.56 | 65 | 0.48 | 0.29 |
| Hex | 69 | 6F | 27 | 5 | 0 | 41 | 38 | 41 | 30 | 1D |
| Octal | 151 | 157 | 47 | 5 | 0 | 101 | 70 | 101 | 60 | 35 |
| Binary | 1101001 | 1101111 | 100111 | 101 | 0 | 1000001 | 111000 | 1000001 | 110000 | 11101 |
Color Harmonies of #696F27
Complementary color
Monochromatic Colors of #696F27
Black with #696F27
Text Example
Text Example
White with #696F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F27; }
p { color: rgb(105,111,39); }
H1.HeaderClassName
{
color: #696F27;
}
.AnyTagClassName
{
color: #696F27;
}
</style>
background-color css
<style>
a { background-color: #696F27; }
a { background-color: rgb(105,111,39); }
div.DivClassName
{
background-color: #696F27;
}
.BgClassName
{
background-color: #696F27;
}
</style>
border-color css
<style>
span { border-color: #696F27; }
span { border-color: rgb(105,111,39); }
td.TdClassName
{
border-color: #696F27;
}
.TagClassName
{
border-color: #696F27;
}
</style>