Shades of Rain Forest #6F7738
Tints of Rain Forest #6F7738
RGB
CMYK
RGB Variations
Color information
#6F7738 (or 0x6F7738) is known color: Rain Forest. HEX triplet: 6F, 77 and 38. RGB value is (111,119,56). Sum of RGB (Red+Green+Blue) = 111+119+56=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7738 is #9088C7. Grayscale: #6D6D6D. Windows color (decimal): -9472200 or 3700591. OLE color: 3700591.
HSL color Cylindrical-coordinate representation of color #6F7738: hue angle of 67.62º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F7738 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 56 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.53 |
| HSL | 67.62º | 0.36% | 0.34% | - |
| HSV(B) | 67.62º | 0.53% | 0.47% | - |
| XYZ | 13.87 | 16.86 | 6.26 | - |
| YUV | 109.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 56 | 0.07 | 0 | 0.53 | 0.53 | 67.62 | 0.36 | 0.34 |
| Hex | 6F | 77 | 38 | 7 | 0 | 35 | 35 | 44 | 24 | 22 |
| Octal | 157 | 167 | 70 | 7 | 0 | 65 | 65 | 104 | 44 | 42 |
| Binary | 1101111 | 1110111 | 111000 | 111 | 0 | 110101 | 110101 | 1000100 | 100100 | 100010 |
Color Harmonies of #6F7738
Complementary color
Monochromatic Colors of #6F7738
Black with #6F7738
Text Example
Text Example
White with #6F7738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7738; }
p { color: rgb(111,119,56); }
H1.HeaderClassName
{
color: #6F7738;
}
.AnyTagClassName
{
color: #6F7738;
}
</style>
background-color css
<style>
a { background-color: #6F7738; }
a { background-color: rgb(111,119,56); }
div.DivClassName
{
background-color: #6F7738;
}
.BgClassName
{
background-color: #6F7738;
}
</style>
border-color css
<style>
span { border-color: #6F7738; }
span { border-color: rgb(111,119,56); }
td.TdClassName
{
border-color: #6F7738;
}
.TagClassName
{
border-color: #6F7738;
}
</style>