Shades of Rain Forest #6C7C23
Tints of Rain Forest #6C7C23
RGB
CMYK
RGB Variations
Color information
#6C7C23 (or 0x6C7C23) is known color: Rain Forest. HEX triplet: 6C, 7C and 23. RGB value is (108,124,35). Sum of RGB (Red+Green+Blue) = 108+124+35=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7C23 is #9383DC. Grayscale: #6D6D6D. Windows color (decimal): -9667549 or 2325612. OLE color: 2325612.
HSL color Cylindrical-coordinate representation of color #6C7C23: hue angle of 70.79º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C7C23 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 124 | 35 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.51 |
| HSL | 70.79º | 0.56% | 0.31% | - |
| HSV(B) | 70.79º | 0.72% | 0.49% | - |
| XYZ | 13.7 | 17.72 | 4.29 | - |
| YUV | 109.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 35 | 0.13 | 0 | 0.72 | 0.51 | 70.79 | 0.56 | 0.31 |
| Hex | 6C | 7C | 23 | D | 0 | 48 | 33 | 47 | 38 | 1F |
| Octal | 154 | 174 | 43 | 15 | 0 | 110 | 63 | 107 | 70 | 37 |
| Binary | 1101100 | 1111100 | 100011 | 1101 | 0 | 1001000 | 110011 | 1000111 | 111000 | 11111 |
Color Harmonies of #6C7C23
Complementary color
Monochromatic Colors of #6C7C23
Black with #6C7C23
Text Example
Text Example
White with #6C7C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7C23; }
p { color: rgb(108,124,35); }
H1.HeaderClassName
{
color: #6C7C23;
}
.AnyTagClassName
{
color: #6C7C23;
}
</style>
background-color css
<style>
a { background-color: #6C7C23; }
a { background-color: rgb(108,124,35); }
div.DivClassName
{
background-color: #6C7C23;
}
.BgClassName
{
background-color: #6C7C23;
}
</style>
border-color css
<style>
span { border-color: #6C7C23; }
span { border-color: rgb(108,124,35); }
td.TdClassName
{
border-color: #6C7C23;
}
.TagClassName
{
border-color: #6C7C23;
}
</style>