Shades of Rain Forest #6B7A22
Tints of Rain Forest #6B7A22
RGB
CMYK
RGB Variations
Color information
#6B7A22 (or 0x6B7A22) is known color: Rain Forest. HEX triplet: 6B, 7A and 22. RGB value is (107,122,34). Sum of RGB (Red+Green+Blue) = 107+122+34=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A22 is #9485DD. Grayscale: #6B6B6B. Windows color (decimal): -9733598 or 2259563. OLE color: 2259563.
HSL color Cylindrical-coordinate representation of color #6B7A22: hue angle of 70.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B7A22 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 34 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.52 |
| HSL | 70.23º | 0.56% | 0.31% | - |
| HSV(B) | 70.23º | 0.72% | 0.48% | - |
| XYZ | 13.31 | 17.16 | 4.12 | - |
| YUV | 107.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 34 | 0.12 | 0 | 0.72 | 0.52 | 70.23 | 0.56 | 0.31 |
| Hex | 6B | 7A | 22 | C | 0 | 48 | 34 | 46 | 38 | 1F |
| Octal | 153 | 172 | 42 | 14 | 0 | 110 | 64 | 106 | 70 | 37 |
| Binary | 1101011 | 1111010 | 100010 | 1100 | 0 | 1001000 | 110100 | 1000110 | 111000 | 11111 |
Color Harmonies of #6B7A22
Complementary color
Monochromatic Colors of #6B7A22
Black with #6B7A22
Text Example
Text Example
White with #6B7A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A22; }
p { color: rgb(107,122,34); }
H1.HeaderClassName
{
color: #6B7A22;
}
.AnyTagClassName
{
color: #6B7A22;
}
</style>
background-color css
<style>
a { background-color: #6B7A22; }
a { background-color: rgb(107,122,34); }
div.DivClassName
{
background-color: #6B7A22;
}
.BgClassName
{
background-color: #6B7A22;
}
</style>
border-color css
<style>
span { border-color: #6B7A22; }
span { border-color: rgb(107,122,34); }
td.TdClassName
{
border-color: #6B7A22;
}
.TagClassName
{
border-color: #6B7A22;
}
</style>