Shades of Rain Forest #677B2F
Tints of Rain Forest #677B2F
RGB
CMYK
RGB Variations
Color information
#677B2F (or 0x677B2F) is known color: Rain Forest. HEX triplet: 67, 7B and 2F. RGB value is (103,123,47). Sum of RGB (Red+Green+Blue) = 103+123+47=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #677B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677B2F is #9884D0. Grayscale: #6C6C6C. Windows color (decimal): -9995473 or 3111783. OLE color: 3111783.
HSL color Cylindrical-coordinate representation of color #677B2F: hue angle of 75.79º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #677B2F is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 47 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.52 |
| HSL | 75.79º | 0.45% | 0.33% | - |
| HSV(B) | 75.79º | 0.62% | 0.48% | - |
| XYZ | 13.19 | 17.25 | 5.32 | - |
| YUV | 108.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 47 | 0.16 | 0 | 0.62 | 0.52 | 75.79 | 0.45 | 0.33 |
| Hex | 67 | 7B | 2F | 10 | 0 | 3E | 34 | 4C | 2D | 21 |
| Octal | 147 | 173 | 57 | 20 | 0 | 76 | 64 | 114 | 55 | 41 |
| Binary | 1100111 | 1111011 | 101111 | 10000 | 0 | 111110 | 110100 | 1001100 | 101101 | 100001 |
Color Harmonies of #677B2F
Complementary color
Monochromatic Colors of #677B2F
Black with #677B2F
Text Example
Text Example
White with #677B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B2F; }
p { color: rgb(103,123,47); }
H1.HeaderClassName
{
color: #677B2F;
}
.AnyTagClassName
{
color: #677B2F;
}
</style>
background-color css
<style>
a { background-color: #677B2F; }
a { background-color: rgb(103,123,47); }
div.DivClassName
{
background-color: #677B2F;
}
.BgClassName
{
background-color: #677B2F;
}
</style>
border-color css
<style>
span { border-color: #677B2F; }
span { border-color: rgb(103,123,47); }
td.TdClassName
{
border-color: #677B2F;
}
.TagClassName
{
border-color: #677B2F;
}
</style>