Shades of Rain Forest #666926
Tints of Rain Forest #666926
RGB
CMYK
RGB Variations
Color information
#666926 (or 0x666926) is known color: Rain Forest. HEX triplet: 66, 69 and 26. RGB value is (102,105,38). Sum of RGB (Red+Green+Blue) = 102+105+38=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #666926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666926 is #9996D9. Grayscale: #606060. Windows color (decimal): -10065626 or 2517350. OLE color: 2517350.
HSL color Cylindrical-coordinate representation of color #666926: hue angle of 62.69º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #666926 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 38 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.59 |
| HSL | 62.69º | 0.47% | 0.28% | - |
| HSV(B) | 62.69º | 0.64% | 0.41% | - |
| XYZ | 10.88 | 13.07 | 3.78 | - |
| YUV | 96.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 38 | 0.03 | 0 | 0.64 | 0.59 | 62.69 | 0.47 | 0.28 |
| Hex | 66 | 69 | 26 | 3 | 0 | 40 | 3B | 3F | 2F | 1C |
| Octal | 146 | 151 | 46 | 3 | 0 | 100 | 73 | 77 | 57 | 34 |
| Binary | 1100110 | 1101001 | 100110 | 11 | 0 | 1000000 | 111011 | 111111 | 101111 | 11100 |
Color Harmonies of #666926
Complementary color
Monochromatic Colors of #666926
Black with #666926
Text Example
Text Example
White with #666926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666926; }
p { color: rgb(102,105,38); }
H1.HeaderClassName
{
color: #666926;
}
.AnyTagClassName
{
color: #666926;
}
</style>
background-color css
<style>
a { background-color: #666926; }
a { background-color: rgb(102,105,38); }
div.DivClassName
{
background-color: #666926;
}
.BgClassName
{
background-color: #666926;
}
</style>
border-color css
<style>
span { border-color: #666926; }
span { border-color: rgb(102,105,38); }
td.TdClassName
{
border-color: #666926;
}
.TagClassName
{
border-color: #666926;
}
</style>