Shades of Rain Forest #676F2D
Tints of Rain Forest #676F2D
RGB
CMYK
RGB Variations
Color information
#676F2D (or 0x676F2D) is known color: Rain Forest. HEX triplet: 67, 6F and 2D. RGB value is (103,111,45). Sum of RGB (Red+Green+Blue) = 103+111+45=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #676F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F2D is #9890D2. Grayscale: #656565. Windows color (decimal): -9998547 or 2977639. OLE color: 2977639.
HSL color Cylindrical-coordinate representation of color #676F2D: hue angle of 67.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #676F2D is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 45 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.56 |
| HSL | 67.27º | 0.42% | 0.31% | - |
| HSV(B) | 67.27º | 0.59% | 0.44% | - |
| XYZ | 11.75 | 14.44 | 4.65 | - |
| YUV | 101.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 45 | 0.07 | 0 | 0.59 | 0.56 | 67.27 | 0.42 | 0.31 |
| Hex | 67 | 6F | 2D | 7 | 0 | 3B | 38 | 43 | 2A | 1F |
| Octal | 147 | 157 | 55 | 7 | 0 | 73 | 70 | 103 | 52 | 37 |
| Binary | 1100111 | 1101111 | 101101 | 111 | 0 | 111011 | 111000 | 1000011 | 101010 | 11111 |
Color Harmonies of #676F2D
Complementary color
Monochromatic Colors of #676F2D
Black with #676F2D
Text Example
Text Example
White with #676F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F2D; }
p { color: rgb(103,111,45); }
H1.HeaderClassName
{
color: #676F2D;
}
.AnyTagClassName
{
color: #676F2D;
}
</style>
background-color css
<style>
a { background-color: #676F2D; }
a { background-color: rgb(103,111,45); }
div.DivClassName
{
background-color: #676F2D;
}
.BgClassName
{
background-color: #676F2D;
}
</style>
border-color css
<style>
span { border-color: #676F2D; }
span { border-color: rgb(103,111,45); }
td.TdClassName
{
border-color: #676F2D;
}
.TagClassName
{
border-color: #676F2D;
}
</style>