Shades of Rain Forest #667234
Tints of Rain Forest #667234
RGB
CMYK
RGB Variations
Color information
#667234 (or 0x667234) is known color: Rain Forest. HEX triplet: 66, 72 and 34. RGB value is (102,114,52). Sum of RGB (Red+Green+Blue) = 102+114+52=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #667234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667234 is #998DCB. Grayscale: #676767. Windows color (decimal): -10063308 or 3437158. OLE color: 3437158.
HSL color Cylindrical-coordinate representation of color #667234: hue angle of 71.61º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #667234 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 114 | 52 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.55 |
| HSL | 71.61º | 0.37% | 0.33% | - |
| HSV(B) | 71.61º | 0.54% | 0.45% | - |
| XYZ | 12.12 | 15.11 | 5.53 | - |
| YUV | 103.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 52 | 0.11 | 0 | 0.54 | 0.55 | 71.61 | 0.37 | 0.33 |
| Hex | 66 | 72 | 34 | B | 0 | 36 | 37 | 48 | 25 | 21 |
| Octal | 146 | 162 | 64 | 13 | 0 | 66 | 67 | 110 | 45 | 41 |
| Binary | 1100110 | 1110010 | 110100 | 1011 | 0 | 110110 | 110111 | 1001000 | 100101 | 100001 |
Color Harmonies of #667234
Complementary color
Monochromatic Colors of #667234
Black with #667234
Text Example
Text Example
White with #667234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667234; }
p { color: rgb(102,114,52); }
H1.HeaderClassName
{
color: #667234;
}
.AnyTagClassName
{
color: #667234;
}
</style>
background-color css
<style>
a { background-color: #667234; }
a { background-color: rgb(102,114,52); }
div.DivClassName
{
background-color: #667234;
}
.BgClassName
{
background-color: #667234;
}
</style>
border-color css
<style>
span { border-color: #667234; }
span { border-color: rgb(102,114,52); }
td.TdClassName
{
border-color: #667234;
}
.TagClassName
{
border-color: #667234;
}
</style>