Shades of Rain Forest #6F7B29
Tints of Rain Forest #6F7B29
RGB
CMYK
RGB Variations
Color information
#6F7B29 (or 0x6F7B29) is known color: Rain Forest. HEX triplet: 6F, 7B and 29. RGB value is (111,123,41). Sum of RGB (Red+Green+Blue) = 111+123+41=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7B29 is #9084D6. Grayscale: #6E6E6E. Windows color (decimal): -9471191 or 2718575. OLE color: 2718575.
HSL color Cylindrical-coordinate representation of color #6F7B29: hue angle of 68.78º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F7B29 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 123 | 41 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.52 |
| HSL | 68.78º | 0.5% | 0.32% | - |
| HSV(B) | 68.78º | 0.67% | 0.48% | - |
| XYZ | 14.04 | 17.71 | 4.78 | - |
| YUV | 110.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 41 | 0.10 | 0 | 0.67 | 0.52 | 68.78 | 0.5 | 0.32 |
| Hex | 6F | 7B | 29 | A | 0 | 43 | 34 | 45 | 32 | 20 |
| Octal | 157 | 173 | 51 | 12 | 0 | 103 | 64 | 105 | 62 | 40 |
| Binary | 1101111 | 1111011 | 101001 | 1010 | 0 | 1000011 | 110100 | 1000101 | 110010 | 100000 |
Color Harmonies of #6F7B29
Complementary color
Monochromatic Colors of #6F7B29
Black with #6F7B29
Text Example
Text Example
White with #6F7B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7B29; }
p { color: rgb(111,123,41); }
H1.HeaderClassName
{
color: #6F7B29;
}
.AnyTagClassName
{
color: #6F7B29;
}
</style>
background-color css
<style>
a { background-color: #6F7B29; }
a { background-color: rgb(111,123,41); }
div.DivClassName
{
background-color: #6F7B29;
}
.BgClassName
{
background-color: #6F7B29;
}
</style>
border-color css
<style>
span { border-color: #6F7B29; }
span { border-color: rgb(111,123,41); }
td.TdClassName
{
border-color: #6F7B29;
}
.TagClassName
{
border-color: #6F7B29;
}
</style>