Shades of Rain Forest #666B30
Tints of Rain Forest #666B30
RGB
CMYK
RGB Variations
Color information
#666B30 (or 0x666B30) is known color: Rain Forest. HEX triplet: 66, 6B and 30. RGB value is (102,107,48). Sum of RGB (Red+Green+Blue) = 102+107+48=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #666B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B30 is #9994CF. Grayscale: #636363. Windows color (decimal): -10065104 or 3173222. OLE color: 3173222.
HSL color Cylindrical-coordinate representation of color #666B30: hue angle of 65.08º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #666B30 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 48 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.58 |
| HSL | 65.08º | 0.38% | 0.3% | - |
| HSV(B) | 65.08º | 0.55% | 0.42% | - |
| XYZ | 11.27 | 13.55 | 4.82 | - |
| YUV | 98.78 | 99.34 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 48 | 0.05 | 0 | 0.55 | 0.58 | 65.08 | 0.38 | 0.3 |
| Hex | 66 | 6B | 30 | 5 | 0 | 37 | 3A | 41 | 26 | 1E |
| Octal | 146 | 153 | 60 | 5 | 0 | 67 | 72 | 101 | 46 | 36 |
| Binary | 1100110 | 1101011 | 110000 | 101 | 0 | 110111 | 111010 | 1000001 | 100110 | 11110 |
Color Harmonies of #666B30
Complementary color
Monochromatic Colors of #666B30
Black with #666B30
Text Example
Text Example
White with #666B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B30; }
p { color: rgb(102,107,48); }
H1.HeaderClassName
{
color: #666B30;
}
.AnyTagClassName
{
color: #666B30;
}
</style>
background-color css
<style>
a { background-color: #666B30; }
a { background-color: rgb(102,107,48); }
div.DivClassName
{
background-color: #666B30;
}
.BgClassName
{
background-color: #666B30;
}
</style>
border-color css
<style>
span { border-color: #666B30; }
span { border-color: rgb(102,107,48); }
td.TdClassName
{
border-color: #666B30;
}
.TagClassName
{
border-color: #666B30;
}
</style>