Shades of Rain Forest #676F35
Tints of Rain Forest #676F35
RGB
CMYK
RGB Variations
Color information
#676F35 (or 0x676F35) is known color: Rain Forest. HEX triplet: 67, 6F and 35. RGB value is (103,111,53). Sum of RGB (Red+Green+Blue) = 103+111+53=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #676F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F35 is #9890CA. Grayscale: #666666. Windows color (decimal): -9998539 or 3501927. OLE color: 3501927.
HSL color Cylindrical-coordinate representation of color #676F35: hue angle of 68.28º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #676F35 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 53 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.56 |
| HSL | 68.28º | 0.35% | 0.32% | - |
| HSV(B) | 68.28º | 0.52% | 0.44% | - |
| XYZ | 11.92 | 14.51 | 5.54 | - |
| YUV | 102 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 53 | 0.07 | 0 | 0.52 | 0.56 | 68.28 | 0.35 | 0.32 |
| Hex | 67 | 6F | 35 | 7 | 0 | 34 | 38 | 44 | 23 | 20 |
| Octal | 147 | 157 | 65 | 7 | 0 | 64 | 70 | 104 | 43 | 40 |
| Binary | 1100111 | 1101111 | 110101 | 111 | 0 | 110100 | 111000 | 1000100 | 100011 | 100000 |
Color Harmonies of #676F35
Complementary color
Monochromatic Colors of #676F35
Black with #676F35
Text Example
Text Example
White with #676F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F35; }
p { color: rgb(103,111,53); }
H1.HeaderClassName
{
color: #676F35;
}
.AnyTagClassName
{
color: #676F35;
}
</style>
background-color css
<style>
a { background-color: #676F35; }
a { background-color: rgb(103,111,53); }
div.DivClassName
{
background-color: #676F35;
}
.BgClassName
{
background-color: #676F35;
}
</style>
border-color css
<style>
span { border-color: #676F35; }
span { border-color: rgb(103,111,53); }
td.TdClassName
{
border-color: #676F35;
}
.TagClassName
{
border-color: #676F35;
}
</style>