Shades of Rain Forest #676C26
Tints of Rain Forest #676C26
RGB
CMYK
RGB Variations
Color information
#676C26 (or 0x676C26) is known color: Rain Forest. HEX triplet: 67, 6C and 26. RGB value is (103,108,38). Sum of RGB (Red+Green+Blue) = 103+108+38=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #676C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676C26 is #9893D9. Grayscale: #626262. Windows color (decimal): -9999322 or 2518119. OLE color: 2518119.
HSL color Cylindrical-coordinate representation of color #676C26: hue angle of 64.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #676C26 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 108 | 38 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.58 |
| HSL | 64.29º | 0.48% | 0.29% | - |
| HSV(B) | 64.29º | 0.65% | 0.42% | - |
| XYZ | 11.31 | 13.75 | 3.89 | - |
| YUV | 98.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 38 | 0.05 | 0 | 0.65 | 0.58 | 64.29 | 0.48 | 0.29 |
| Hex | 67 | 6C | 26 | 5 | 0 | 41 | 3A | 40 | 30 | 1D |
| Octal | 147 | 154 | 46 | 5 | 0 | 101 | 72 | 100 | 60 | 35 |
| Binary | 1100111 | 1101100 | 100110 | 101 | 0 | 1000001 | 111010 | 1000000 | 110000 | 11101 |
Color Harmonies of #676C26
Complementary color
Monochromatic Colors of #676C26
Black with #676C26
Text Example
Text Example
White with #676C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C26; }
p { color: rgb(103,108,38); }
H1.HeaderClassName
{
color: #676C26;
}
.AnyTagClassName
{
color: #676C26;
}
</style>
background-color css
<style>
a { background-color: #676C26; }
a { background-color: rgb(103,108,38); }
div.DivClassName
{
background-color: #676C26;
}
.BgClassName
{
background-color: #676C26;
}
</style>
border-color css
<style>
span { border-color: #676C26; }
span { border-color: rgb(103,108,38); }
td.TdClassName
{
border-color: #676C26;
}
.TagClassName
{
border-color: #676C26;
}
</style>