Shades of Rain Forest #677B34
Tints of Rain Forest #677B34
RGB
CMYK
RGB Variations
Color information
#677B34 (or 0x677B34) is known color: Rain Forest. HEX triplet: 67, 7B and 34. RGB value is (103,123,52). Sum of RGB (Red+Green+Blue) = 103+123+52=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #677B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677B34 is #9884CB. Grayscale: #6D6D6D. Windows color (decimal): -9995468 or 3439463. OLE color: 3439463.
HSL color Cylindrical-coordinate representation of color #677B34: hue angle of 76.9º 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 #677B34 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 52 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.52 |
| HSL | 76.9º | 0.41% | 0.34% | - |
| HSV(B) | 76.9º | 0.58% | 0.48% | - |
| XYZ | 13.3 | 17.3 | 5.89 | - |
| YUV | 108.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 52 | 0.16 | 0 | 0.58 | 0.52 | 76.9 | 0.41 | 0.34 |
| Hex | 67 | 7B | 34 | 10 | 0 | 3A | 34 | 4D | 29 | 22 |
| Octal | 147 | 173 | 64 | 20 | 0 | 72 | 64 | 115 | 51 | 42 |
| Binary | 1100111 | 1111011 | 110100 | 10000 | 0 | 111010 | 110100 | 1001101 | 101001 | 100010 |
Color Harmonies of #677B34
Complementary color
Monochromatic Colors of #677B34
Black with #677B34
Text Example
Text Example
White with #677B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B34; }
p { color: rgb(103,123,52); }
H1.HeaderClassName
{
color: #677B34;
}
.AnyTagClassName
{
color: #677B34;
}
</style>
background-color css
<style>
a { background-color: #677B34; }
a { background-color: rgb(103,123,52); }
div.DivClassName
{
background-color: #677B34;
}
.BgClassName
{
background-color: #677B34;
}
</style>
border-color css
<style>
span { border-color: #677B34; }
span { border-color: rgb(103,123,52); }
td.TdClassName
{
border-color: #677B34;
}
.TagClassName
{
border-color: #677B34;
}
</style>