Shades of Rain Forest #6B7B3A
Tints of Rain Forest #6B7B3A
RGB
CMYK
RGB Variations
Color information
#6B7B3A (or 0x6B7B3A) is known color: Rain Forest. HEX triplet: 6B, 7B and 3A. RGB value is (107,123,58). Sum of RGB (Red+Green+Blue) = 107+123+58=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7B3A is #9484C5. Grayscale: #6F6F6F. Windows color (decimal): -9733318 or 3832683. OLE color: 3832683.
HSL color Cylindrical-coordinate representation of color #6B7B3A: hue angle of 74.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B7B3A is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 58 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.52 |
| HSL | 74.77º | 0.36% | 0.35% | - |
| HSV(B) | 74.77º | 0.53% | 0.48% | - |
| XYZ | 13.91 | 17.6 | 6.67 | - |
| YUV | 110.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 58 | 0.13 | 0 | 0.53 | 0.52 | 74.77 | 0.36 | 0.35 |
| Hex | 6B | 7B | 3A | D | 0 | 35 | 34 | 4B | 24 | 23 |
| Octal | 153 | 173 | 72 | 15 | 0 | 65 | 64 | 113 | 44 | 43 |
| Binary | 1101011 | 1111011 | 111010 | 1101 | 0 | 110101 | 110100 | 1001011 | 100100 | 100011 |
Color Harmonies of #6B7B3A
Complementary color
Monochromatic Colors of #6B7B3A
Black with #6B7B3A
Text Example
Text Example
White with #6B7B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B3A; }
p { color: rgb(107,123,58); }
H1.HeaderClassName
{
color: #6B7B3A;
}
.AnyTagClassName
{
color: #6B7B3A;
}
</style>
background-color css
<style>
a { background-color: #6B7B3A; }
a { background-color: rgb(107,123,58); }
div.DivClassName
{
background-color: #6B7B3A;
}
.BgClassName
{
background-color: #6B7B3A;
}
</style>
border-color css
<style>
span { border-color: #6B7B3A; }
span { border-color: rgb(107,123,58); }
td.TdClassName
{
border-color: #6B7B3A;
}
.TagClassName
{
border-color: #6B7B3A;
}
</style>