Shades of Rain Forest #66772F
Tints of Rain Forest #66772F
RGB
CMYK
RGB Variations
Color information
#66772F (or 0x66772F) is known color: Rain Forest. HEX triplet: 66, 77 and 2F. RGB value is (102,119,47). Sum of RGB (Red+Green+Blue) = 102+119+47=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #66772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66772F is #9988D0. Grayscale: #696969. Windows color (decimal): -10062033 or 3110758. OLE color: 3110758.
HSL color Cylindrical-coordinate representation of color #66772F: hue angle of 74.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66772F is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 47 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.53 |
| HSL | 74.17º | 0.43% | 0.33% | - |
| HSV(B) | 74.17º | 0.61% | 0.47% | - |
| XYZ | 12.59 | 16.22 | 5.16 | - |
| YUV | 105.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 47 | 0.14 | 0 | 0.61 | 0.53 | 74.17 | 0.43 | 0.33 |
| Hex | 66 | 77 | 2F | E | 0 | 3D | 35 | 4A | 2B | 21 |
| Octal | 146 | 167 | 57 | 16 | 0 | 75 | 65 | 112 | 53 | 41 |
| Binary | 1100110 | 1110111 | 101111 | 1110 | 0 | 111101 | 110101 | 1001010 | 101011 | 100001 |
Color Harmonies of #66772F
Complementary color
Monochromatic Colors of #66772F
Black with #66772F
Text Example
Text Example
White with #66772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66772F; }
p { color: rgb(102,119,47); }
H1.HeaderClassName
{
color: #66772F;
}
.AnyTagClassName
{
color: #66772F;
}
</style>
background-color css
<style>
a { background-color: #66772F; }
a { background-color: rgb(102,119,47); }
div.DivClassName
{
background-color: #66772F;
}
.BgClassName
{
background-color: #66772F;
}
</style>
border-color css
<style>
span { border-color: #66772F; }
span { border-color: rgb(102,119,47); }
td.TdClassName
{
border-color: #66772F;
}
.TagClassName
{
border-color: #66772F;
}
</style>