Shades of Rain Forest #69783A
Tints of Rain Forest #69783A
RGB
CMYK
RGB Variations
Color information
#69783A (or 0x69783A) is known color: Rain Forest. HEX triplet: 69, 78 and 3A. RGB value is (105,120,58). Sum of RGB (Red+Green+Blue) = 105+120+58=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #69783A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69783A is #9687C5. Grayscale: #6C6C6C. Windows color (decimal): -9865158 or 3831913. OLE color: 3831913.
HSL color Cylindrical-coordinate representation of color #69783A: hue angle of 74.52º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69783A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 58 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.53 |
| HSL | 74.52º | 0.35% | 0.35% | - |
| HSV(B) | 74.52º | 0.52% | 0.47% | - |
| XYZ | 13.31 | 16.74 | 6.53 | - |
| YUV | 108.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 58 | 0.13 | 0 | 0.52 | 0.53 | 74.52 | 0.35 | 0.35 |
| Hex | 69 | 78 | 3A | D | 0 | 34 | 35 | 4B | 23 | 23 |
| Octal | 151 | 170 | 72 | 15 | 0 | 64 | 65 | 113 | 43 | 43 |
| Binary | 1101001 | 1111000 | 111010 | 1101 | 0 | 110100 | 110101 | 1001011 | 100011 | 100011 |
Color Harmonies of #69783A
Complementary color
Monochromatic Colors of #69783A
Black with #69783A
Text Example
Text Example
White with #69783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69783A; }
p { color: rgb(105,120,58); }
H1.HeaderClassName
{
color: #69783A;
}
.AnyTagClassName
{
color: #69783A;
}
</style>
background-color css
<style>
a { background-color: #69783A; }
a { background-color: rgb(105,120,58); }
div.DivClassName
{
background-color: #69783A;
}
.BgClassName
{
background-color: #69783A;
}
</style>
border-color css
<style>
span { border-color: #69783A; }
span { border-color: rgb(105,120,58); }
td.TdClassName
{
border-color: #69783A;
}
.TagClassName
{
border-color: #69783A;
}
</style>