Shades of Rain Forest #6F7726
Tints of Rain Forest #6F7726
RGB
CMYK
RGB Variations
Color information
#6F7726 (or 0x6F7726) is known color: Rain Forest. HEX triplet: 6F, 77 and 26. RGB value is (111,119,38). Sum of RGB (Red+Green+Blue) = 111+119+38=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7726 is #9088D9. Grayscale: #6B6B6B. Windows color (decimal): -9472218 or 2520943. OLE color: 2520943.
HSL color Cylindrical-coordinate representation of color #6F7726: hue angle of 65.93º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F7726 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 38 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.53 |
| HSL | 65.93º | 0.52% | 0.31% | - |
| HSV(B) | 65.93º | 0.68% | 0.47% | - |
| XYZ | 13.5 | 16.71 | 4.35 | - |
| YUV | 107.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 38 | 0.07 | 0 | 0.68 | 0.53 | 65.93 | 0.52 | 0.31 |
| Hex | 6F | 77 | 26 | 7 | 0 | 44 | 35 | 42 | 34 | 1F |
| Octal | 157 | 167 | 46 | 7 | 0 | 104 | 65 | 102 | 64 | 37 |
| Binary | 1101111 | 1110111 | 100110 | 111 | 0 | 1000100 | 110101 | 1000010 | 110100 | 11111 |
Color Harmonies of #6F7726
Complementary color
Monochromatic Colors of #6F7726
Black with #6F7726
Text Example
Text Example
White with #6F7726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7726; }
p { color: rgb(111,119,38); }
H1.HeaderClassName
{
color: #6F7726;
}
.AnyTagClassName
{
color: #6F7726;
}
</style>
background-color css
<style>
a { background-color: #6F7726; }
a { background-color: rgb(111,119,38); }
div.DivClassName
{
background-color: #6F7726;
}
.BgClassName
{
background-color: #6F7726;
}
</style>
border-color css
<style>
span { border-color: #6F7726; }
span { border-color: rgb(111,119,38); }
td.TdClassName
{
border-color: #6F7726;
}
.TagClassName
{
border-color: #6F7726;
}
</style>