Shades of Rain Forest #666932
Tints of Rain Forest #666932
RGB
CMYK
RGB Variations
Color information
#666932 (or 0x666932) is known color: Rain Forest. HEX triplet: 66, 69 and 32. RGB value is (102,105,50). Sum of RGB (Red+Green+Blue) = 102+105+50=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #666932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666932 is #9996CD. Grayscale: #626262. Windows color (decimal): -10065614 or 3303782. OLE color: 3303782.
HSL color Cylindrical-coordinate representation of color #666932: hue angle of 63.27º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #666932 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 50 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.59 |
| HSL | 63.27º | 0.35% | 0.3% | - |
| HSV(B) | 63.27º | 0.52% | 0.41% | - |
| XYZ | 11.11 | 13.16 | 4.97 | - |
| YUV | 97.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 50 | 0.03 | 0 | 0.52 | 0.59 | 63.27 | 0.35 | 0.3 |
| Hex | 66 | 69 | 32 | 3 | 0 | 34 | 3B | 3F | 23 | 1E |
| Octal | 146 | 151 | 62 | 3 | 0 | 64 | 73 | 77 | 43 | 36 |
| Binary | 1100110 | 1101001 | 110010 | 11 | 0 | 110100 | 111011 | 111111 | 100011 | 11110 |
Color Harmonies of #666932
Complementary color
Monochromatic Colors of #666932
Black with #666932
Text Example
Text Example
White with #666932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666932; }
p { color: rgb(102,105,50); }
H1.HeaderClassName
{
color: #666932;
}
.AnyTagClassName
{
color: #666932;
}
</style>
background-color css
<style>
a { background-color: #666932; }
a { background-color: rgb(102,105,50); }
div.DivClassName
{
background-color: #666932;
}
.BgClassName
{
background-color: #666932;
}
</style>
border-color css
<style>
span { border-color: #666932; }
span { border-color: rgb(102,105,50); }
td.TdClassName
{
border-color: #666932;
}
.TagClassName
{
border-color: #666932;
}
</style>