Shades of Rain Forest #666725
Tints of Rain Forest #666725
RGB
CMYK
RGB Variations
Color information
#666725 (or 0x666725) is known color: Rain Forest. HEX triplet: 66, 67 and 25. RGB value is (102,103,37). Sum of RGB (Red+Green+Blue) = 102+103+37=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #666725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666725 is #9998DA. Grayscale: #5F5F5F. Windows color (decimal): -10066139 or 2451302. OLE color: 2451302.
HSL color Cylindrical-coordinate representation of color #666725: hue angle of 60.91º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #666725 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 37 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.60 |
| HSL | 60.91º | 0.47% | 0.27% | - |
| HSV(B) | 60.91º | 0.64% | 0.4% | - |
| XYZ | 10.66 | 12.66 | 3.63 | - |
| YUV | 95.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 37 | 0.01 | 0 | 0.64 | 0.60 | 60.91 | 0.47 | 0.27 |
| Hex | 66 | 67 | 25 | 1 | 0 | 40 | 3C | 3D | 2F | 1B |
| Octal | 146 | 147 | 45 | 1 | 0 | 100 | 74 | 75 | 57 | 33 |
| Binary | 1100110 | 1100111 | 100101 | 1 | 0 | 1000000 | 111100 | 111101 | 101111 | 11011 |
Color Harmonies of #666725
Complementary color
Monochromatic Colors of #666725
Black with #666725
Text Example
Text Example
White with #666725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666725; }
p { color: rgb(102,103,37); }
H1.HeaderClassName
{
color: #666725;
}
.AnyTagClassName
{
color: #666725;
}
</style>
background-color css
<style>
a { background-color: #666725; }
a { background-color: rgb(102,103,37); }
div.DivClassName
{
background-color: #666725;
}
.BgClassName
{
background-color: #666725;
}
</style>
border-color css
<style>
span { border-color: #666725; }
span { border-color: rgb(102,103,37); }
td.TdClassName
{
border-color: #666725;
}
.TagClassName
{
border-color: #666725;
}
</style>