Shades of Rain Forest #6B7F30
Tints of Rain Forest #6B7F30
RGB
CMYK
RGB Variations
Color information
#6B7F30 (or 0x6B7F30) is known color: Rain Forest. HEX triplet: 6B, 7F and 30. RGB value is (107,127,48). Sum of RGB (Red+Green+Blue) = 107+127+48=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7F30 is #9480CF. Grayscale: #707070. Windows color (decimal): -9732304 or 3178347. OLE color: 3178347.
HSL color Cylindrical-coordinate representation of color #6B7F30: hue angle of 75.19º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B7F30 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 48 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.50 |
| HSL | 75.19º | 0.45% | 0.34% | - |
| HSV(B) | 75.19º | 0.62% | 0.5% | - |
| XYZ | 14.19 | 18.52 | 5.62 | - |
| YUV | 112.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 48 | 0.16 | 0 | 0.62 | 0.50 | 75.19 | 0.45 | 0.34 |
| Hex | 6B | 7F | 30 | 10 | 0 | 3E | 32 | 4B | 2D | 22 |
| Octal | 153 | 177 | 60 | 20 | 0 | 76 | 62 | 113 | 55 | 42 |
| Binary | 1101011 | 1111111 | 110000 | 10000 | 0 | 111110 | 110010 | 1001011 | 101101 | 100010 |
Color Harmonies of #6B7F30
Complementary color
Monochromatic Colors of #6B7F30
Black with #6B7F30
Text Example
Text Example
White with #6B7F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F30; }
p { color: rgb(107,127,48); }
H1.HeaderClassName
{
color: #6B7F30;
}
.AnyTagClassName
{
color: #6B7F30;
}
</style>
background-color css
<style>
a { background-color: #6B7F30; }
a { background-color: rgb(107,127,48); }
div.DivClassName
{
background-color: #6B7F30;
}
.BgClassName
{
background-color: #6B7F30;
}
</style>
border-color css
<style>
span { border-color: #6B7F30; }
span { border-color: rgb(107,127,48); }
td.TdClassName
{
border-color: #6B7F30;
}
.TagClassName
{
border-color: #6B7F30;
}
</style>