Shades of Rain Forest #6C7C33
Tints of Rain Forest #6C7C33
RGB
CMYK
RGB Variations
Color information
#6C7C33 (or 0x6C7C33) is known color: Rain Forest. HEX triplet: 6C, 7C and 33. RGB value is (108,124,51). Sum of RGB (Red+Green+Blue) = 108+124+51=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7C33 is #9383CC. Grayscale: #6F6F6F. Windows color (decimal): -9667533 or 3374188. OLE color: 3374188.
HSL color Cylindrical-coordinate representation of color #6C7C33: hue angle of 73.15º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C7C33 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 124 | 51 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.51 |
| HSL | 73.15º | 0.42% | 0.34% | - |
| HSV(B) | 73.15º | 0.59% | 0.49% | - |
| XYZ | 13.99 | 17.84 | 5.84 | - |
| YUV | 110.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 51 | 0.13 | 0 | 0.59 | 0.51 | 73.15 | 0.42 | 0.34 |
| Hex | 6C | 7C | 33 | D | 0 | 3B | 33 | 49 | 2A | 22 |
| Octal | 154 | 174 | 63 | 15 | 0 | 73 | 63 | 111 | 52 | 42 |
| Binary | 1101100 | 1111100 | 110011 | 1101 | 0 | 111011 | 110011 | 1001001 | 101010 | 100010 |
Color Harmonies of #6C7C33
Complementary color
Monochromatic Colors of #6C7C33
Black with #6C7C33
Text Example
Text Example
White with #6C7C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7C33; }
p { color: rgb(108,124,51); }
H1.HeaderClassName
{
color: #6C7C33;
}
.AnyTagClassName
{
color: #6C7C33;
}
</style>
background-color css
<style>
a { background-color: #6C7C33; }
a { background-color: rgb(108,124,51); }
div.DivClassName
{
background-color: #6C7C33;
}
.BgClassName
{
background-color: #6C7C33;
}
</style>
border-color css
<style>
span { border-color: #6C7C33; }
span { border-color: rgb(108,124,51); }
td.TdClassName
{
border-color: #6C7C33;
}
.TagClassName
{
border-color: #6C7C33;
}
</style>