Shades of Rain Forest #6F792B
Tints of Rain Forest #6F792B
RGB
CMYK
RGB Variations
Color information
#6F792B (or 0x6F792B) is known color: Rain Forest. HEX triplet: 6F, 79 and 2B. RGB value is (111,121,43). Sum of RGB (Red+Green+Blue) = 111+121+43=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #6F792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F792B is #9086D4. Grayscale: #6D6D6D. Windows color (decimal): -9471701 or 2849135. OLE color: 2849135.
HSL color Cylindrical-coordinate representation of color #6F792B: hue angle of 67.69º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F792B is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 121 | 43 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.53 |
| HSL | 67.69º | 0.48% | 0.32% | - |
| HSV(B) | 67.69º | 0.64% | 0.47% | - |
| XYZ | 13.83 | 17.23 | 4.88 | - |
| YUV | 109.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 43 | 0.08 | 0 | 0.64 | 0.53 | 67.69 | 0.48 | 0.32 |
| Hex | 6F | 79 | 2B | 8 | 0 | 40 | 35 | 44 | 30 | 20 |
| Octal | 157 | 171 | 53 | 10 | 0 | 100 | 65 | 104 | 60 | 40 |
| Binary | 1101111 | 1111001 | 101011 | 1000 | 0 | 1000000 | 110101 | 1000100 | 110000 | 100000 |
Color Harmonies of #6F792B
Complementary color
Monochromatic Colors of #6F792B
Black with #6F792B
Text Example
Text Example
White with #6F792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F792B; }
p { color: rgb(111,121,43); }
H1.HeaderClassName
{
color: #6F792B;
}
.AnyTagClassName
{
color: #6F792B;
}
</style>
background-color css
<style>
a { background-color: #6F792B; }
a { background-color: rgb(111,121,43); }
div.DivClassName
{
background-color: #6F792B;
}
.BgClassName
{
background-color: #6F792B;
}
</style>
border-color css
<style>
span { border-color: #6F792B; }
span { border-color: rgb(111,121,43); }
td.TdClassName
{
border-color: #6F792B;
}
.TagClassName
{
border-color: #6F792B;
}
</style>