Shades of Rain Forest #6F733A
Tints of Rain Forest #6F733A
RGB
CMYK
RGB Variations
Color information
#6F733A (or 0x6F733A) is known color: Rain Forest. HEX triplet: 6F, 73 and 3A. RGB value is (111,115,58). Sum of RGB (Red+Green+Blue) = 111+115+58=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #6F733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F733A is #908CC5. Grayscale: #6B6B6B. Windows color (decimal): -9473222 or 3830639. OLE color: 3830639.
HSL color Cylindrical-coordinate representation of color #6F733A: hue angle of 64.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F733A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 58 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.55 |
| HSL | 64.21º | 0.33% | 0.34% | - |
| HSV(B) | 64.21º | 0.5% | 0.45% | - |
| XYZ | 13.45 | 15.95 | 6.37 | - |
| YUV | 107.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 58 | 0.03 | 0 | 0.50 | 0.55 | 64.21 | 0.33 | 0.34 |
| Hex | 6F | 73 | 3A | 3 | 0 | 32 | 37 | 40 | 21 | 22 |
| Octal | 157 | 163 | 72 | 3 | 0 | 62 | 67 | 100 | 41 | 42 |
| Binary | 1101111 | 1110011 | 111010 | 11 | 0 | 110010 | 110111 | 1000000 | 100001 | 100010 |
Color Harmonies of #6F733A
Complementary color
Monochromatic Colors of #6F733A
Black with #6F733A
Text Example
Text Example
White with #6F733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F733A; }
p { color: rgb(111,115,58); }
H1.HeaderClassName
{
color: #6F733A;
}
.AnyTagClassName
{
color: #6F733A;
}
</style>
background-color css
<style>
a { background-color: #6F733A; }
a { background-color: rgb(111,115,58); }
div.DivClassName
{
background-color: #6F733A;
}
.BgClassName
{
background-color: #6F733A;
}
</style>
border-color css
<style>
span { border-color: #6F733A; }
span { border-color: rgb(111,115,58); }
td.TdClassName
{
border-color: #6F733A;
}
.TagClassName
{
border-color: #6F733A;
}
</style>