Shades of Rain Forest #676A36
Tints of Rain Forest #676A36
RGB
CMYK
RGB Variations
Color information
#676A36 (or 0x676A36) is known color: Rain Forest. HEX triplet: 67, 6A and 36. RGB value is (103,106,54). Sum of RGB (Red+Green+Blue) = 103+106+54=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #676A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676A36 is #9895C9. Grayscale: #636363. Windows color (decimal): -9999818 or 3566183. OLE color: 3566183.
HSL color Cylindrical-coordinate representation of color #676A36: hue angle of 63.46º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #676A36 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 106 | 54 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.58 |
| HSL | 63.46º | 0.33% | 0.31% | - |
| HSV(B) | 63.46º | 0.49% | 0.42% | - |
| XYZ | 11.41 | 13.46 | 5.49 | - |
| YUV | 99.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 54 | 0.03 | 0 | 0.49 | 0.58 | 63.46 | 0.33 | 0.31 |
| Hex | 67 | 6A | 36 | 3 | 0 | 31 | 3A | 3F | 20 | 1F |
| Octal | 147 | 152 | 66 | 3 | 0 | 61 | 72 | 77 | 40 | 37 |
| Binary | 1100111 | 1101010 | 110110 | 11 | 0 | 110001 | 111010 | 111111 | 100000 | 11111 |
Color Harmonies of #676A36
Complementary color
Monochromatic Colors of #676A36
Black with #676A36
Text Example
Text Example
White with #676A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A36; }
p { color: rgb(103,106,54); }
H1.HeaderClassName
{
color: #676A36;
}
.AnyTagClassName
{
color: #676A36;
}
</style>
background-color css
<style>
a { background-color: #676A36; }
a { background-color: rgb(103,106,54); }
div.DivClassName
{
background-color: #676A36;
}
.BgClassName
{
background-color: #676A36;
}
</style>
border-color css
<style>
span { border-color: #676A36; }
span { border-color: rgb(103,106,54); }
td.TdClassName
{
border-color: #676A36;
}
.TagClassName
{
border-color: #676A36;
}
</style>