Shades of Rain Forest #666F26
Tints of Rain Forest #666F26
RGB
CMYK
RGB Variations
Color information
#666F26 (or 0x666F26) is known color: Rain Forest. HEX triplet: 66, 6F and 26. RGB value is (102,111,38). Sum of RGB (Red+Green+Blue) = 102+111+38=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #666F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F26 is #9990D9. Grayscale: #646464. Windows color (decimal): -10064090 or 2518886. OLE color: 2518886.
HSL color Cylindrical-coordinate representation of color #666F26: hue angle of 67.4º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #666F26 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 38 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.56 |
| HSL | 67.4º | 0.49% | 0.29% | - |
| HSV(B) | 67.4º | 0.66% | 0.44% | - |
| XYZ | 11.51 | 14.33 | 3.99 | - |
| YUV | 99.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 38 | 0.08 | 0 | 0.66 | 0.56 | 67.4 | 0.49 | 0.29 |
| Hex | 66 | 6F | 26 | 8 | 0 | 42 | 38 | 43 | 31 | 1D |
| Octal | 146 | 157 | 46 | 10 | 0 | 102 | 70 | 103 | 61 | 35 |
| Binary | 1100110 | 1101111 | 100110 | 1000 | 0 | 1000010 | 111000 | 1000011 | 110001 | 11101 |
Color Harmonies of #666F26
Complementary color
Monochromatic Colors of #666F26
Black with #666F26
Text Example
Text Example
White with #666F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F26; }
p { color: rgb(102,111,38); }
H1.HeaderClassName
{
color: #666F26;
}
.AnyTagClassName
{
color: #666F26;
}
</style>
background-color css
<style>
a { background-color: #666F26; }
a { background-color: rgb(102,111,38); }
div.DivClassName
{
background-color: #666F26;
}
.BgClassName
{
background-color: #666F26;
}
</style>
border-color css
<style>
span { border-color: #666F26; }
span { border-color: rgb(102,111,38); }
td.TdClassName
{
border-color: #666F26;
}
.TagClassName
{
border-color: #666F26;
}
</style>