Shades of Rain Forest #6B763A
Tints of Rain Forest #6B763A
RGB
CMYK
RGB Variations
Color information
#6B763A (or 0x6B763A) is known color: Rain Forest. HEX triplet: 6B, 76 and 3A. RGB value is (107,118,58). Sum of RGB (Red+Green+Blue) = 107+118+58=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #6B763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B763A is #9489C5. Grayscale: #6C6C6C. Windows color (decimal): -9734598 or 3831403. OLE color: 3831403.
HSL color Cylindrical-coordinate representation of color #6B763A: hue angle of 71º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B763A is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 58 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.54 |
| HSL | 71º | 0.34% | 0.35% | - |
| HSV(B) | 71º | 0.51% | 0.46% | - |
| XYZ | 13.31 | 16.39 | 6.46 | - |
| YUV | 107.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 58 | 0.09 | 0 | 0.51 | 0.54 | 71 | 0.34 | 0.35 |
| Hex | 6B | 76 | 3A | 9 | 0 | 33 | 36 | 47 | 22 | 23 |
| Octal | 153 | 166 | 72 | 11 | 0 | 63 | 66 | 107 | 42 | 43 |
| Binary | 1101011 | 1110110 | 111010 | 1001 | 0 | 110011 | 110110 | 1000111 | 100010 | 100011 |
Color Harmonies of #6B763A
Complementary color
Monochromatic Colors of #6B763A
Black with #6B763A
Text Example
Text Example
White with #6B763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B763A; }
p { color: rgb(107,118,58); }
H1.HeaderClassName
{
color: #6B763A;
}
.AnyTagClassName
{
color: #6B763A;
}
</style>
background-color css
<style>
a { background-color: #6B763A; }
a { background-color: rgb(107,118,58); }
div.DivClassName
{
background-color: #6B763A;
}
.BgClassName
{
background-color: #6B763A;
}
</style>
border-color css
<style>
span { border-color: #6B763A; }
span { border-color: rgb(107,118,58); }
td.TdClassName
{
border-color: #6B763A;
}
.TagClassName
{
border-color: #6B763A;
}
</style>