Shades of Rain Forest #6B7B27
Tints of Rain Forest #6B7B27
RGB
CMYK
RGB Variations
Color information
#6B7B27 (or 0x6B7B27) is known color: Rain Forest. HEX triplet: 6B, 7B and 27. RGB value is (107,123,39). Sum of RGB (Red+Green+Blue) = 107+123+39=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7B27 is #9484D8. Grayscale: #6C6C6C. Windows color (decimal): -9733337 or 2587499. OLE color: 2587499.
HSL color Cylindrical-coordinate representation of color #6B7B27: hue angle of 71.43º 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 #6B7B27 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 39 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.52 |
| HSL | 71.43º | 0.52% | 0.32% | - |
| HSV(B) | 71.43º | 0.68% | 0.48% | - |
| XYZ | 13.51 | 17.44 | 4.57 | - |
| YUV | 108.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 39 | 0.13 | 0 | 0.68 | 0.52 | 71.43 | 0.52 | 0.32 |
| Hex | 6B | 7B | 27 | D | 0 | 44 | 34 | 47 | 34 | 20 |
| Octal | 153 | 173 | 47 | 15 | 0 | 104 | 64 | 107 | 64 | 40 |
| Binary | 1101011 | 1111011 | 100111 | 1101 | 0 | 1000100 | 110100 | 1000111 | 110100 | 100000 |
Color Harmonies of #6B7B27
Complementary color
Monochromatic Colors of #6B7B27
Black with #6B7B27
Text Example
Text Example
White with #6B7B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B27; }
p { color: rgb(107,123,39); }
H1.HeaderClassName
{
color: #6B7B27;
}
.AnyTagClassName
{
color: #6B7B27;
}
</style>
background-color css
<style>
a { background-color: #6B7B27; }
a { background-color: rgb(107,123,39); }
div.DivClassName
{
background-color: #6B7B27;
}
.BgClassName
{
background-color: #6B7B27;
}
</style>
border-color css
<style>
span { border-color: #6B7B27; }
span { border-color: rgb(107,123,39); }
td.TdClassName
{
border-color: #6B7B27;
}
.TagClassName
{
border-color: #6B7B27;
}
</style>