Shades of Rain Forest #6C7530
Tints of Rain Forest #6C7530
RGB
CMYK
RGB Variations
Color information
#6C7530 (or 0x6C7530) is known color: Rain Forest. HEX triplet: 6C, 75 and 30. RGB value is (108,117,48). Sum of RGB (Red+Green+Blue) = 108+117+48=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7530 is #938ACF. Grayscale: #6A6A6A. Windows color (decimal): -9669328 or 3175788. OLE color: 3175788.
HSL color Cylindrical-coordinate representation of color #6C7530: hue angle of 67.83º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C7530 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 48 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.54 |
| HSL | 67.83º | 0.42% | 0.32% | - |
| HSV(B) | 67.83º | 0.59% | 0.46% | - |
| XYZ | 13.08 | 16.12 | 5.22 | - |
| YUV | 106.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 48 | 0.08 | 0 | 0.59 | 0.54 | 67.83 | 0.42 | 0.32 |
| Hex | 6C | 75 | 30 | 8 | 0 | 3B | 36 | 44 | 2A | 20 |
| Octal | 154 | 165 | 60 | 10 | 0 | 73 | 66 | 104 | 52 | 40 |
| Binary | 1101100 | 1110101 | 110000 | 1000 | 0 | 111011 | 110110 | 1000100 | 101010 | 100000 |
Color Harmonies of #6C7530
Complementary color
Monochromatic Colors of #6C7530
Black with #6C7530
Text Example
Text Example
White with #6C7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7530; }
p { color: rgb(108,117,48); }
H1.HeaderClassName
{
color: #6C7530;
}
.AnyTagClassName
{
color: #6C7530;
}
</style>
background-color css
<style>
a { background-color: #6C7530; }
a { background-color: rgb(108,117,48); }
div.DivClassName
{
background-color: #6C7530;
}
.BgClassName
{
background-color: #6C7530;
}
</style>
border-color css
<style>
span { border-color: #6C7530; }
span { border-color: rgb(108,117,48); }
td.TdClassName
{
border-color: #6C7530;
}
.TagClassName
{
border-color: #6C7530;
}
</style>