Shades of Rain Forest #6A7B38
Tints of Rain Forest #6A7B38
RGB
CMYK
RGB Variations
Color information
#6A7B38 (or 0x6A7B38) is known color: Rain Forest. HEX triplet: 6A, 7B and 38. RGB value is (106,123,56). Sum of RGB (Red+Green+Blue) = 106+123+56=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7B38 is #9584C7. Grayscale: #6E6E6E. Windows color (decimal): -9798856 or 3701610. OLE color: 3701610.
HSL color Cylindrical-coordinate representation of color #6A7B38: hue angle of 75.22º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A7B38 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 123 | 56 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.52 |
| HSL | 75.22º | 0.37% | 0.35% | - |
| HSV(B) | 75.22º | 0.54% | 0.48% | - |
| XYZ | 13.74 | 17.52 | 6.4 | - |
| YUV | 110.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 56 | 0.14 | 0 | 0.54 | 0.52 | 75.22 | 0.37 | 0.35 |
| Hex | 6A | 7B | 38 | E | 0 | 36 | 34 | 4B | 25 | 23 |
| Octal | 152 | 173 | 70 | 16 | 0 | 66 | 64 | 113 | 45 | 43 |
| Binary | 1101010 | 1111011 | 111000 | 1110 | 0 | 110110 | 110100 | 1001011 | 100101 | 100011 |
Color Harmonies of #6A7B38
Complementary color
Monochromatic Colors of #6A7B38
Black with #6A7B38
Text Example
Text Example
White with #6A7B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7B38; }
p { color: rgb(106,123,56); }
H1.HeaderClassName
{
color: #6A7B38;
}
.AnyTagClassName
{
color: #6A7B38;
}
</style>
background-color css
<style>
a { background-color: #6A7B38; }
a { background-color: rgb(106,123,56); }
div.DivClassName
{
background-color: #6A7B38;
}
.BgClassName
{
background-color: #6A7B38;
}
</style>
border-color css
<style>
span { border-color: #6A7B38; }
span { border-color: rgb(106,123,56); }
td.TdClassName
{
border-color: #6A7B38;
}
.TagClassName
{
border-color: #6A7B38;
}
</style>