Shades of Rain Forest #676F25
Tints of Rain Forest #676F25
RGB
CMYK
RGB Variations
Color information
#676F25 (or 0x676F25) is known color: Rain Forest. HEX triplet: 67, 6F and 25. RGB value is (103,111,37). Sum of RGB (Red+Green+Blue) = 103+111+37=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #676F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F25 is #9890DA. Grayscale: #646464. Windows color (decimal): -9998555 or 2453351. OLE color: 2453351.
HSL color Cylindrical-coordinate representation of color #676F25: hue angle of 66.49º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #676F25 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 37 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.56 |
| HSL | 66.49º | 0.5% | 0.29% | - |
| HSV(B) | 66.49º | 0.67% | 0.44% | - |
| XYZ | 11.61 | 14.39 | 3.92 | - |
| YUV | 100.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 37 | 0.07 | 0 | 0.67 | 0.56 | 66.49 | 0.5 | 0.29 |
| Hex | 67 | 6F | 25 | 7 | 0 | 43 | 38 | 42 | 32 | 1D |
| Octal | 147 | 157 | 45 | 7 | 0 | 103 | 70 | 102 | 62 | 35 |
| Binary | 1100111 | 1101111 | 100101 | 111 | 0 | 1000011 | 111000 | 1000010 | 110010 | 11101 |
Color Harmonies of #676F25
Complementary color
Monochromatic Colors of #676F25
Black with #676F25
Text Example
Text Example
White with #676F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F25; }
p { color: rgb(103,111,37); }
H1.HeaderClassName
{
color: #676F25;
}
.AnyTagClassName
{
color: #676F25;
}
</style>
background-color css
<style>
a { background-color: #676F25; }
a { background-color: rgb(103,111,37); }
div.DivClassName
{
background-color: #676F25;
}
.BgClassName
{
background-color: #676F25;
}
</style>
border-color css
<style>
span { border-color: #676F25; }
span { border-color: rgb(103,111,37); }
td.TdClassName
{
border-color: #676F25;
}
.TagClassName
{
border-color: #676F25;
}
</style>