Shades of Rain Forest #667C2F
Tints of Rain Forest #667C2F
RGB
CMYK
RGB Variations
Color information
#667C2F (or 0x667C2F) is known color: Rain Forest. HEX triplet: 66, 7C and 2F. RGB value is (102,124,47). Sum of RGB (Red+Green+Blue) = 102+124+47=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #667C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667C2F is #9983D0. Grayscale: #6C6C6C. Windows color (decimal): -10060753 or 3112038. OLE color: 3112038.
HSL color Cylindrical-coordinate representation of color #667C2F: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #667C2F is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 47 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.51 |
| HSL | 77.14º | 0.45% | 0.34% | - |
| HSV(B) | 77.14º | 0.62% | 0.49% | - |
| XYZ | 13.2 | 17.45 | 5.36 | - |
| YUV | 108.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 47 | 0.18 | 0 | 0.62 | 0.51 | 77.14 | 0.45 | 0.34 |
| Hex | 66 | 7C | 2F | 12 | 0 | 3E | 33 | 4D | 2D | 22 |
| Octal | 146 | 174 | 57 | 22 | 0 | 76 | 63 | 115 | 55 | 42 |
| Binary | 1100110 | 1111100 | 101111 | 10010 | 0 | 111110 | 110011 | 1001101 | 101101 | 100010 |
Color Harmonies of #667C2F
Complementary color
Monochromatic Colors of #667C2F
Black with #667C2F
Text Example
Text Example
White with #667C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C2F; }
p { color: rgb(102,124,47); }
H1.HeaderClassName
{
color: #667C2F;
}
.AnyTagClassName
{
color: #667C2F;
}
</style>
background-color css
<style>
a { background-color: #667C2F; }
a { background-color: rgb(102,124,47); }
div.DivClassName
{
background-color: #667C2F;
}
.BgClassName
{
background-color: #667C2F;
}
</style>
border-color css
<style>
span { border-color: #667C2F; }
span { border-color: rgb(102,124,47); }
td.TdClassName
{
border-color: #667C2F;
}
.TagClassName
{
border-color: #667C2F;
}
</style>