Shades of Rain Forest #6B783A
Tints of Rain Forest #6B783A
RGB
CMYK
RGB Variations
Color information
#6B783A (or 0x6B783A) is known color: Rain Forest. HEX triplet: 6B, 78 and 3A. RGB value is (107,120,58). Sum of RGB (Red+Green+Blue) = 107+120+58=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #6B783A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B783A is #9487C5. Grayscale: #6D6D6D. Windows color (decimal): -9734086 or 3831915. OLE color: 3831915.
HSL color Cylindrical-coordinate representation of color #6B783A: hue angle of 72.58º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B783A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 58 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.53 |
| HSL | 72.58º | 0.35% | 0.35% | - |
| HSV(B) | 72.58º | 0.52% | 0.47% | - |
| XYZ | 13.54 | 16.86 | 6.54 | - |
| YUV | 109.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 58 | 0.11 | 0 | 0.52 | 0.53 | 72.58 | 0.35 | 0.35 |
| Hex | 6B | 78 | 3A | B | 0 | 34 | 35 | 49 | 23 | 23 |
| Octal | 153 | 170 | 72 | 13 | 0 | 64 | 65 | 111 | 43 | 43 |
| Binary | 1101011 | 1111000 | 111010 | 1011 | 0 | 110100 | 110101 | 1001001 | 100011 | 100011 |
Color Harmonies of #6B783A
Complementary color
Monochromatic Colors of #6B783A
Black with #6B783A
Text Example
Text Example
White with #6B783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B783A; }
p { color: rgb(107,120,58); }
H1.HeaderClassName
{
color: #6B783A;
}
.AnyTagClassName
{
color: #6B783A;
}
</style>
background-color css
<style>
a { background-color: #6B783A; }
a { background-color: rgb(107,120,58); }
div.DivClassName
{
background-color: #6B783A;
}
.BgClassName
{
background-color: #6B783A;
}
</style>
border-color css
<style>
span { border-color: #6B783A; }
span { border-color: rgb(107,120,58); }
td.TdClassName
{
border-color: #6B783A;
}
.TagClassName
{
border-color: #6B783A;
}
</style>