Shades of Rain Forest #6B7A27
Tints of Rain Forest #6B7A27
RGB
CMYK
RGB Variations
Color information
#6B7A27 (or 0x6B7A27) is known color: Rain Forest. HEX triplet: 6B, 7A and 27. RGB value is (107,122,39). Sum of RGB (Red+Green+Blue) = 107+122+39=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A27 is #9485D8. Grayscale: #6C6C6C. Windows color (decimal): -9733593 or 2587243. OLE color: 2587243.
HSL color Cylindrical-coordinate representation of color #6B7A27: hue angle of 70.84º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B7A27 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 39 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.52 |
| HSL | 70.84º | 0.52% | 0.32% | - |
| HSV(B) | 70.84º | 0.68% | 0.48% | - |
| XYZ | 13.39 | 17.19 | 4.53 | - |
| YUV | 108.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 39 | 0.12 | 0 | 0.68 | 0.52 | 70.84 | 0.52 | 0.32 |
| Hex | 6B | 7A | 27 | C | 0 | 44 | 34 | 47 | 34 | 20 |
| Octal | 153 | 172 | 47 | 14 | 0 | 104 | 64 | 107 | 64 | 40 |
| Binary | 1101011 | 1111010 | 100111 | 1100 | 0 | 1000100 | 110100 | 1000111 | 110100 | 100000 |
Color Harmonies of #6B7A27
Complementary color
Monochromatic Colors of #6B7A27
Black with #6B7A27
Text Example
Text Example
White with #6B7A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A27; }
p { color: rgb(107,122,39); }
H1.HeaderClassName
{
color: #6B7A27;
}
.AnyTagClassName
{
color: #6B7A27;
}
</style>
background-color css
<style>
a { background-color: #6B7A27; }
a { background-color: rgb(107,122,39); }
div.DivClassName
{
background-color: #6B7A27;
}
.BgClassName
{
background-color: #6B7A27;
}
</style>
border-color css
<style>
span { border-color: #6B7A27; }
span { border-color: rgb(107,122,39); }
td.TdClassName
{
border-color: #6B7A27;
}
.TagClassName
{
border-color: #6B7A27;
}
</style>