Shades of Rain Forest #67763A
Tints of Rain Forest #67763A
RGB
CMYK
RGB Variations
Color information
#67763A (or 0x67763A) is known color: Rain Forest. HEX triplet: 67, 76 and 3A. RGB value is (103,118,58). Sum of RGB (Red+Green+Blue) = 103+118+58=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #67763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67763A is #9889C5. Grayscale: #6A6A6A. Windows color (decimal): -9996742 or 3831399. OLE color: 3831399.
HSL color Cylindrical-coordinate representation of color #67763A: hue angle of 75º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67763A is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 58 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.54 |
| HSL | 75º | 0.34% | 0.35% | - |
| HSV(B) | 75º | 0.51% | 0.46% | - |
| XYZ | 12.84 | 16.15 | 6.44 | - |
| YUV | 106.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 58 | 0.13 | 0 | 0.51 | 0.54 | 75 | 0.34 | 0.35 |
| Hex | 67 | 76 | 3A | D | 0 | 33 | 36 | 4B | 22 | 23 |
| Octal | 147 | 166 | 72 | 15 | 0 | 63 | 66 | 113 | 42 | 43 |
| Binary | 1100111 | 1110110 | 111010 | 1101 | 0 | 110011 | 110110 | 1001011 | 100010 | 100011 |
Color Harmonies of #67763A
Complementary color
Monochromatic Colors of #67763A
Black with #67763A
Text Example
Text Example
White with #67763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67763A; }
p { color: rgb(103,118,58); }
H1.HeaderClassName
{
color: #67763A;
}
.AnyTagClassName
{
color: #67763A;
}
</style>
background-color css
<style>
a { background-color: #67763A; }
a { background-color: rgb(103,118,58); }
div.DivClassName
{
background-color: #67763A;
}
.BgClassName
{
background-color: #67763A;
}
</style>
border-color css
<style>
span { border-color: #67763A; }
span { border-color: rgb(103,118,58); }
td.TdClassName
{
border-color: #67763A;
}
.TagClassName
{
border-color: #67763A;
}
</style>