Shades of Rain Forest #6B762B
Tints of Rain Forest #6B762B
RGB
CMYK
RGB Variations
Color information
#6B762B (or 0x6B762B) is known color: Rain Forest. HEX triplet: 6B, 76 and 2B. RGB value is (107,118,43). Sum of RGB (Red+Green+Blue) = 107+118+43=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #6B762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B762B is #9489D4. Grayscale: #6A6A6A. Windows color (decimal): -9734613 or 2848363. OLE color: 2848363.
HSL color Cylindrical-coordinate representation of color #6B762B: hue angle of 68.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B762B is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 43 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.54 |
| HSL | 68.8º | 0.47% | 0.32% | - |
| HSV(B) | 68.8º | 0.64% | 0.46% | - |
| XYZ | 12.98 | 16.26 | 4.74 | - |
| YUV | 106.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 43 | 0.09 | 0 | 0.64 | 0.54 | 68.8 | 0.47 | 0.32 |
| Hex | 6B | 76 | 2B | 9 | 0 | 40 | 36 | 45 | 2F | 20 |
| Octal | 153 | 166 | 53 | 11 | 0 | 100 | 66 | 105 | 57 | 40 |
| Binary | 1101011 | 1110110 | 101011 | 1001 | 0 | 1000000 | 110110 | 1000101 | 101111 | 100000 |
Color Harmonies of #6B762B
Complementary color
Monochromatic Colors of #6B762B
Black with #6B762B
Text Example
Text Example
White with #6B762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B762B; }
p { color: rgb(107,118,43); }
H1.HeaderClassName
{
color: #6B762B;
}
.AnyTagClassName
{
color: #6B762B;
}
</style>
background-color css
<style>
a { background-color: #6B762B; }
a { background-color: rgb(107,118,43); }
div.DivClassName
{
background-color: #6B762B;
}
.BgClassName
{
background-color: #6B762B;
}
</style>
border-color css
<style>
span { border-color: #6B762B; }
span { border-color: rgb(107,118,43); }
td.TdClassName
{
border-color: #6B762B;
}
.TagClassName
{
border-color: #6B762B;
}
</style>