Shades of Rain Forest #6C7230
Tints of Rain Forest #6C7230
RGB
CMYK
RGB Variations
Color information
#6C7230 (or 0x6C7230) is known color: Rain Forest. HEX triplet: 6C, 72 and 30. RGB value is (108,114,48). Sum of RGB (Red+Green+Blue) = 108+114+48=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7230 is #938DCF. Grayscale: #686868. Windows color (decimal): -9670096 or 3175020. OLE color: 3175020.
HSL color Cylindrical-coordinate representation of color #6C7230: hue angle of 65.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C7230 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 48 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.55 |
| HSL | 65.45º | 0.41% | 0.32% | - |
| HSV(B) | 65.45º | 0.58% | 0.45% | - |
| XYZ | 12.74 | 15.44 | 5.1 | - |
| YUV | 104.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 48 | 0.05 | 0 | 0.58 | 0.55 | 65.45 | 0.41 | 0.32 |
| Hex | 6C | 72 | 30 | 5 | 0 | 3A | 37 | 41 | 29 | 20 |
| Octal | 154 | 162 | 60 | 5 | 0 | 72 | 67 | 101 | 51 | 40 |
| Binary | 1101100 | 1110010 | 110000 | 101 | 0 | 111010 | 110111 | 1000001 | 101001 | 100000 |
Color Harmonies of #6C7230
Complementary color
Monochromatic Colors of #6C7230
Black with #6C7230
Text Example
Text Example
White with #6C7230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7230; }
p { color: rgb(108,114,48); }
H1.HeaderClassName
{
color: #6C7230;
}
.AnyTagClassName
{
color: #6C7230;
}
</style>
background-color css
<style>
a { background-color: #6C7230; }
a { background-color: rgb(108,114,48); }
div.DivClassName
{
background-color: #6C7230;
}
.BgClassName
{
background-color: #6C7230;
}
</style>
border-color css
<style>
span { border-color: #6C7230; }
span { border-color: rgb(108,114,48); }
td.TdClassName
{
border-color: #6C7230;
}
.TagClassName
{
border-color: #6C7230;
}
</style>