Shades of Rain Forest #676F32
Tints of Rain Forest #676F32
RGB
CMYK
RGB Variations
Color information
#676F32 (or 0x676F32) is known color: Rain Forest. HEX triplet: 67, 6F and 32. RGB value is (103,111,50). Sum of RGB (Red+Green+Blue) = 103+111+50=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #676F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F32 is #9890CD. Grayscale: #656565. Windows color (decimal): -9998542 or 3305319. OLE color: 3305319.
HSL color Cylindrical-coordinate representation of color #676F32: hue angle of 67.87º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #676F32 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 50 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.56 |
| HSL | 67.87º | 0.38% | 0.32% | - |
| HSV(B) | 67.87º | 0.55% | 0.44% | - |
| XYZ | 11.85 | 14.48 | 5.19 | - |
| YUV | 101.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 50 | 0.07 | 0 | 0.55 | 0.56 | 67.87 | 0.38 | 0.32 |
| Hex | 67 | 6F | 32 | 7 | 0 | 37 | 38 | 44 | 26 | 20 |
| Octal | 147 | 157 | 62 | 7 | 0 | 67 | 70 | 104 | 46 | 40 |
| Binary | 1100111 | 1101111 | 110010 | 111 | 0 | 110111 | 111000 | 1000100 | 100110 | 100000 |
Color Harmonies of #676F32
Complementary color
Monochromatic Colors of #676F32
Black with #676F32
Text Example
Text Example
White with #676F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F32; }
p { color: rgb(103,111,50); }
H1.HeaderClassName
{
color: #676F32;
}
.AnyTagClassName
{
color: #676F32;
}
</style>
background-color css
<style>
a { background-color: #676F32; }
a { background-color: rgb(103,111,50); }
div.DivClassName
{
background-color: #676F32;
}
.BgClassName
{
background-color: #676F32;
}
</style>
border-color css
<style>
span { border-color: #676F32; }
span { border-color: rgb(103,111,50); }
td.TdClassName
{
border-color: #676F32;
}
.TagClassName
{
border-color: #676F32;
}
</style>