Shades of Rain Forest #6F7630
Tints of Rain Forest #6F7630
RGB
CMYK
RGB Variations
Color information
#6F7630 (or 0x6F7630) is known color: Rain Forest. HEX triplet: 6F, 76 and 30. RGB value is (111,118,48). Sum of RGB (Red+Green+Blue) = 111+118+48=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7630 is #9089CF. Grayscale: #6C6C6C. Windows color (decimal): -9472464 or 3176047. OLE color: 3176047.
HSL color Cylindrical-coordinate representation of color #6F7630: hue angle of 66º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F7630 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 48 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.54 |
| HSL | 66º | 0.42% | 0.33% | - |
| HSV(B) | 66º | 0.59% | 0.46% | - |
| XYZ | 13.57 | 16.55 | 5.28 | - |
| YUV | 107.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 48 | 0.06 | 0 | 0.59 | 0.54 | 66 | 0.42 | 0.33 |
| Hex | 6F | 76 | 30 | 6 | 0 | 3B | 36 | 42 | 2A | 21 |
| Octal | 157 | 166 | 60 | 6 | 0 | 73 | 66 | 102 | 52 | 41 |
| Binary | 1101111 | 1110110 | 110000 | 110 | 0 | 111011 | 110110 | 1000010 | 101010 | 100001 |
Color Harmonies of #6F7630
Complementary color
Monochromatic Colors of #6F7630
Black with #6F7630
Text Example
Text Example
White with #6F7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7630; }
p { color: rgb(111,118,48); }
H1.HeaderClassName
{
color: #6F7630;
}
.AnyTagClassName
{
color: #6F7630;
}
</style>
background-color css
<style>
a { background-color: #6F7630; }
a { background-color: rgb(111,118,48); }
div.DivClassName
{
background-color: #6F7630;
}
.BgClassName
{
background-color: #6F7630;
}
</style>
border-color css
<style>
span { border-color: #6F7630; }
span { border-color: rgb(111,118,48); }
td.TdClassName
{
border-color: #6F7630;
}
.TagClassName
{
border-color: #6F7630;
}
</style>