Shades of Rain Forest #6B732B
Tints of Rain Forest #6B732B
RGB
CMYK
RGB Variations
Color information
#6B732B (or 0x6B732B) is known color: Rain Forest. HEX triplet: 6B, 73 and 2B. RGB value is (107,115,43). Sum of RGB (Red+Green+Blue) = 107+115+43=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #6B732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B732B is #948CD4. Grayscale: #686868. Windows color (decimal): -9735381 or 2847595. OLE color: 2847595.
HSL color Cylindrical-coordinate representation of color #6B732B: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B732B is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 43 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.55 |
| HSL | 66.67º | 0.46% | 0.31% | - |
| HSV(B) | 66.67º | 0.63% | 0.45% | - |
| XYZ | 12.63 | 15.56 | 4.62 | - |
| YUV | 104.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 43 | 0.07 | 0 | 0.63 | 0.55 | 66.67 | 0.46 | 0.31 |
| Hex | 6B | 73 | 2B | 7 | 0 | 3F | 37 | 43 | 2E | 1F |
| Octal | 153 | 163 | 53 | 7 | 0 | 77 | 67 | 103 | 56 | 37 |
| Binary | 1101011 | 1110011 | 101011 | 111 | 0 | 111111 | 110111 | 1000011 | 101110 | 11111 |
Color Harmonies of #6B732B
Complementary color
Monochromatic Colors of #6B732B
Black with #6B732B
Text Example
Text Example
White with #6B732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B732B; }
p { color: rgb(107,115,43); }
H1.HeaderClassName
{
color: #6B732B;
}
.AnyTagClassName
{
color: #6B732B;
}
</style>
background-color css
<style>
a { background-color: #6B732B; }
a { background-color: rgb(107,115,43); }
div.DivClassName
{
background-color: #6B732B;
}
.BgClassName
{
background-color: #6B732B;
}
</style>
border-color css
<style>
span { border-color: #6B732B; }
span { border-color: rgb(107,115,43); }
td.TdClassName
{
border-color: #6B732B;
}
.TagClassName
{
border-color: #6B732B;
}
</style>