Shades of Rain Forest #687A33
Tints of Rain Forest #687A33
RGB
CMYK
RGB Variations
Color information
#687A33 (or 0x687A33) is known color: Rain Forest. HEX triplet: 68, 7A and 33. RGB value is (104,122,51). Sum of RGB (Red+Green+Blue) = 104+122+51=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #687A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687A33 is #9785CC. Grayscale: #6C6C6C. Windows color (decimal): -9930189 or 3373672. OLE color: 3373672.
HSL color Cylindrical-coordinate representation of color #687A33: hue angle of 75.21º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #687A33 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 122 | 51 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.52 |
| HSL | 75.21º | 0.41% | 0.34% | - |
| HSV(B) | 75.21º | 0.58% | 0.48% | - |
| XYZ | 13.27 | 17.1 | 5.73 | - |
| YUV | 108.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 51 | 0.15 | 0 | 0.58 | 0.52 | 75.21 | 0.41 | 0.34 |
| Hex | 68 | 7A | 33 | F | 0 | 3A | 34 | 4B | 29 | 22 |
| Octal | 150 | 172 | 63 | 17 | 0 | 72 | 64 | 113 | 51 | 42 |
| Binary | 1101000 | 1111010 | 110011 | 1111 | 0 | 111010 | 110100 | 1001011 | 101001 | 100010 |
Color Harmonies of #687A33
Complementary color
Monochromatic Colors of #687A33
Black with #687A33
Text Example
Text Example
White with #687A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A33; }
p { color: rgb(104,122,51); }
H1.HeaderClassName
{
color: #687A33;
}
.AnyTagClassName
{
color: #687A33;
}
</style>
background-color css
<style>
a { background-color: #687A33; }
a { background-color: rgb(104,122,51); }
div.DivClassName
{
background-color: #687A33;
}
.BgClassName
{
background-color: #687A33;
}
</style>
border-color css
<style>
span { border-color: #687A33; }
span { border-color: rgb(104,122,51); }
td.TdClassName
{
border-color: #687A33;
}
.TagClassName
{
border-color: #687A33;
}
</style>