Shades of Rain Forest #6F7C21
Tints of Rain Forest #6F7C21
RGB
CMYK
RGB Variations
Color information
#6F7C21 (or 0x6F7C21) is known color: Rain Forest. HEX triplet: 6F, 7C and 21. RGB value is (111,124,33). Sum of RGB (Red+Green+Blue) = 111+124+33=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7C21 is #9083DE. Grayscale: #6E6E6E. Windows color (decimal): -9470943 or 2194543. OLE color: 2194543.
HSL color Cylindrical-coordinate representation of color #6F7C21: hue angle of 68.57º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F7C21 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 124 | 33 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.51 |
| HSL | 68.57º | 0.58% | 0.31% | - |
| HSV(B) | 68.57º | 0.73% | 0.49% | - |
| XYZ | 14.04 | 17.9 | 4.15 | - |
| YUV | 109.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 33 | 0.10 | 0 | 0.73 | 0.51 | 68.57 | 0.58 | 0.31 |
| Hex | 6F | 7C | 21 | A | 0 | 49 | 33 | 45 | 3A | 1F |
| Octal | 157 | 174 | 41 | 12 | 0 | 111 | 63 | 105 | 72 | 37 |
| Binary | 1101111 | 1111100 | 100001 | 1010 | 0 | 1001001 | 110011 | 1000101 | 111010 | 11111 |
Color Harmonies of #6F7C21
Complementary color
Monochromatic Colors of #6F7C21
Black with #6F7C21
Text Example
Text Example
White with #6F7C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C21; }
p { color: rgb(111,124,33); }
H1.HeaderClassName
{
color: #6F7C21;
}
.AnyTagClassName
{
color: #6F7C21;
}
</style>
background-color css
<style>
a { background-color: #6F7C21; }
a { background-color: rgb(111,124,33); }
div.DivClassName
{
background-color: #6F7C21;
}
.BgClassName
{
background-color: #6F7C21;
}
</style>
border-color css
<style>
span { border-color: #6F7C21; }
span { border-color: rgb(111,124,33); }
td.TdClassName
{
border-color: #6F7C21;
}
.TagClassName
{
border-color: #6F7C21;
}
</style>