Shades of Rain Forest #6B7A35
Tints of Rain Forest #6B7A35
RGB
CMYK
RGB Variations
Color information
#6B7A35 (or 0x6B7A35) is known color: Rain Forest. HEX triplet: 6B, 7A and 35. RGB value is (107,122,53). Sum of RGB (Red+Green+Blue) = 107+122+53=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A35 is #9485CA. Grayscale: #6D6D6D. Windows color (decimal): -9733579 or 3504747. OLE color: 3504747.
HSL color Cylindrical-coordinate representation of color #6B7A35: hue angle of 73.04º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B7A35 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 53 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.52 |
| HSL | 73.04º | 0.39% | 0.34% | - |
| HSV(B) | 73.04º | 0.57% | 0.48% | - |
| XYZ | 13.67 | 17.3 | 5.99 | - |
| YUV | 109.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 53 | 0.12 | 0 | 0.57 | 0.52 | 73.04 | 0.39 | 0.34 |
| Hex | 6B | 7A | 35 | C | 0 | 39 | 34 | 49 | 27 | 22 |
| Octal | 153 | 172 | 65 | 14 | 0 | 71 | 64 | 111 | 47 | 42 |
| Binary | 1101011 | 1111010 | 110101 | 1100 | 0 | 111001 | 110100 | 1001001 | 100111 | 100010 |
Color Harmonies of #6B7A35
Complementary color
Monochromatic Colors of #6B7A35
Black with #6B7A35
Text Example
Text Example
White with #6B7A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A35; }
p { color: rgb(107,122,53); }
H1.HeaderClassName
{
color: #6B7A35;
}
.AnyTagClassName
{
color: #6B7A35;
}
</style>
background-color css
<style>
a { background-color: #6B7A35; }
a { background-color: rgb(107,122,53); }
div.DivClassName
{
background-color: #6B7A35;
}
.BgClassName
{
background-color: #6B7A35;
}
</style>
border-color css
<style>
span { border-color: #6B7A35; }
span { border-color: rgb(107,122,53); }
td.TdClassName
{
border-color: #6B7A35;
}
.TagClassName
{
border-color: #6B7A35;
}
</style>