Shades of Rain Forest #69752B
Tints of Rain Forest #69752B
RGB
CMYK
RGB Variations
Color information
#69752B (or 0x69752B) is known color: Rain Forest. HEX triplet: 69, 75 and 2B. RGB value is (105,117,43). Sum of RGB (Red+Green+Blue) = 105+117+43=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #69752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69752B is #968AD4. Grayscale: #696969. Windows color (decimal): -9865941 or 2848105. OLE color: 2848105.
HSL color Cylindrical-coordinate representation of color #69752B: hue angle of 69.73º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69752B is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 43 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.54 |
| HSL | 69.73º | 0.46% | 0.31% | - |
| HSV(B) | 69.73º | 0.63% | 0.46% | - |
| XYZ | 12.62 | 15.9 | 4.69 | - |
| YUV | 104.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 43 | 0.10 | 0 | 0.63 | 0.54 | 69.73 | 0.46 | 0.31 |
| Hex | 69 | 75 | 2B | A | 0 | 3F | 36 | 46 | 2E | 1F |
| Octal | 151 | 165 | 53 | 12 | 0 | 77 | 66 | 106 | 56 | 37 |
| Binary | 1101001 | 1110101 | 101011 | 1010 | 0 | 111111 | 110110 | 1000110 | 101110 | 11111 |
Color Harmonies of #69752B
Complementary color
Monochromatic Colors of #69752B
Black with #69752B
Text Example
Text Example
White with #69752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69752B; }
p { color: rgb(105,117,43); }
H1.HeaderClassName
{
color: #69752B;
}
.AnyTagClassName
{
color: #69752B;
}
</style>
background-color css
<style>
a { background-color: #69752B; }
a { background-color: rgb(105,117,43); }
div.DivClassName
{
background-color: #69752B;
}
.BgClassName
{
background-color: #69752B;
}
</style>
border-color css
<style>
span { border-color: #69752B; }
span { border-color: rgb(105,117,43); }
td.TdClassName
{
border-color: #69752B;
}
.TagClassName
{
border-color: #69752B;
}
</style>