Shades of Rain Forest #676F37
Tints of Rain Forest #676F37
RGB
CMYK
RGB Variations
Color information
#676F37 (or 0x676F37) is known color: Rain Forest. HEX triplet: 67, 6F and 37. RGB value is (103,111,55). Sum of RGB (Red+Green+Blue) = 103+111+55=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #676F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F37 is #9890C8. Grayscale: #666666. Windows color (decimal): -9998537 or 3632999. OLE color: 3632999.
HSL color Cylindrical-coordinate representation of color #676F37: hue angle of 68.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676F37 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 55 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.56 |
| HSL | 68.57º | 0.34% | 0.33% | - |
| HSV(B) | 68.57º | 0.5% | 0.44% | - |
| XYZ | 11.97 | 14.53 | 5.79 | - |
| YUV | 102.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 55 | 0.07 | 0 | 0.50 | 0.56 | 68.57 | 0.34 | 0.33 |
| Hex | 67 | 6F | 37 | 7 | 0 | 32 | 38 | 45 | 22 | 21 |
| Octal | 147 | 157 | 67 | 7 | 0 | 62 | 70 | 105 | 42 | 41 |
| Binary | 1100111 | 1101111 | 110111 | 111 | 0 | 110010 | 111000 | 1000101 | 100010 | 100001 |
Color Harmonies of #676F37
Complementary color
Monochromatic Colors of #676F37
Black with #676F37
Text Example
Text Example
White with #676F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F37; }
p { color: rgb(103,111,55); }
H1.HeaderClassName
{
color: #676F37;
}
.AnyTagClassName
{
color: #676F37;
}
</style>
background-color css
<style>
a { background-color: #676F37; }
a { background-color: rgb(103,111,55); }
div.DivClassName
{
background-color: #676F37;
}
.BgClassName
{
background-color: #676F37;
}
</style>
border-color css
<style>
span { border-color: #676F37; }
span { border-color: rgb(103,111,55); }
td.TdClassName
{
border-color: #676F37;
}
.TagClassName
{
border-color: #676F37;
}
</style>