Shades of Rain Forest #6E7B2D
Tints of Rain Forest #6E7B2D
RGB
CMYK
RGB Variations
Color information
#6E7B2D (or 0x6E7B2D) is known color: Rain Forest. HEX triplet: 6E, 7B and 2D. RGB value is (110,123,45). Sum of RGB (Red+Green+Blue) = 110+123+45=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7B2D is #9184D2. Grayscale: #6E6E6E. Windows color (decimal): -9536723 or 2980718. OLE color: 2980718.
HSL color Cylindrical-coordinate representation of color #6E7B2D: hue angle of 70º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E7B2D is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 123 | 45 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.52 |
| HSL | 70º | 0.46% | 0.33% | - |
| HSV(B) | 70º | 0.63% | 0.48% | - |
| XYZ | 13.99 | 17.67 | 5.16 | - |
| YUV | 110.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 45 | 0.11 | 0 | 0.63 | 0.52 | 70 | 0.46 | 0.33 |
| Hex | 6E | 7B | 2D | B | 0 | 3F | 34 | 46 | 2E | 21 |
| Octal | 156 | 173 | 55 | 13 | 0 | 77 | 64 | 106 | 56 | 41 |
| Binary | 1101110 | 1111011 | 101101 | 1011 | 0 | 111111 | 110100 | 1000110 | 101110 | 100001 |
Color Harmonies of #6E7B2D
Complementary color
Monochromatic Colors of #6E7B2D
Black with #6E7B2D
Text Example
Text Example
White with #6E7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B2D; }
p { color: rgb(110,123,45); }
H1.HeaderClassName
{
color: #6E7B2D;
}
.AnyTagClassName
{
color: #6E7B2D;
}
</style>
background-color css
<style>
a { background-color: #6E7B2D; }
a { background-color: rgb(110,123,45); }
div.DivClassName
{
background-color: #6E7B2D;
}
.BgClassName
{
background-color: #6E7B2D;
}
</style>
border-color css
<style>
span { border-color: #6E7B2D; }
span { border-color: rgb(110,123,45); }
td.TdClassName
{
border-color: #6E7B2D;
}
.TagClassName
{
border-color: #6E7B2D;
}
</style>