Shades of Rain Forest #6A7223
Tints of Rain Forest #6A7223
RGB
CMYK
RGB Variations
Color information
#6A7223 (or 0x6A7223) is known color: Rain Forest. HEX triplet: 6A, 72 and 23. RGB value is (106,114,35). Sum of RGB (Red+Green+Blue) = 106+114+35=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7223 is #958DDC. Grayscale: #666666. Windows color (decimal): -9801181 or 2323050. OLE color: 2323050.
HSL color Cylindrical-coordinate representation of color #6A7223: hue angle of 66.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A7223 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 35 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.55 |
| HSL | 66.08º | 0.53% | 0.29% | - |
| HSV(B) | 66.08º | 0.69% | 0.45% | - |
| XYZ | 12.26 | 15.22 | 3.88 | - |
| YUV | 102.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 35 | 0.07 | 0 | 0.69 | 0.55 | 66.08 | 0.53 | 0.29 |
| Hex | 6A | 72 | 23 | 7 | 0 | 45 | 37 | 42 | 35 | 1D |
| Octal | 152 | 162 | 43 | 7 | 0 | 105 | 67 | 102 | 65 | 35 |
| Binary | 1101010 | 1110010 | 100011 | 111 | 0 | 1000101 | 110111 | 1000010 | 110101 | 11101 |
Color Harmonies of #6A7223
Complementary color
Monochromatic Colors of #6A7223
Black with #6A7223
Text Example
Text Example
White with #6A7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7223; }
p { color: rgb(106,114,35); }
H1.HeaderClassName
{
color: #6A7223;
}
.AnyTagClassName
{
color: #6A7223;
}
</style>
background-color css
<style>
a { background-color: #6A7223; }
a { background-color: rgb(106,114,35); }
div.DivClassName
{
background-color: #6A7223;
}
.BgClassName
{
background-color: #6A7223;
}
</style>
border-color css
<style>
span { border-color: #6A7223; }
span { border-color: rgb(106,114,35); }
td.TdClassName
{
border-color: #6A7223;
}
.TagClassName
{
border-color: #6A7223;
}
</style>