Shades of Rain Forest #626F34
Tints of Rain Forest #626F34
RGB
CMYK
RGB Variations
Color information
#626F34 (or 0x626F34) is known color: Rain Forest. HEX triplet: 62, 6F and 34. RGB value is (98,111,52). Sum of RGB (Red+Green+Blue) = 98+111+52=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #626F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626F34 is #9D90CB. Grayscale: #646464. Windows color (decimal): -10326220 or 3436386. OLE color: 3436386.
HSL color Cylindrical-coordinate representation of color #626F34: hue angle of 73.22º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #626F34 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 52 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.56 |
| HSL | 73.22º | 0.36% | 0.32% | - |
| HSV(B) | 73.22º | 0.53% | 0.44% | - |
| XYZ | 11.34 | 14.21 | 5.39 | - |
| YUV | 100.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 52 | 0.12 | 0 | 0.53 | 0.56 | 73.22 | 0.36 | 0.32 |
| Hex | 62 | 6F | 34 | C | 0 | 35 | 38 | 49 | 24 | 20 |
| Octal | 142 | 157 | 64 | 14 | 0 | 65 | 70 | 111 | 44 | 40 |
| Binary | 1100010 | 1101111 | 110100 | 1100 | 0 | 110101 | 111000 | 1001001 | 100100 | 100000 |
Color Harmonies of #626F34
Complementary color
Monochromatic Colors of #626F34
Black with #626F34
Text Example
Text Example
White with #626F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F34; }
p { color: rgb(98,111,52); }
H1.HeaderClassName
{
color: #626F34;
}
.AnyTagClassName
{
color: #626F34;
}
</style>
background-color css
<style>
a { background-color: #626F34; }
a { background-color: rgb(98,111,52); }
div.DivClassName
{
background-color: #626F34;
}
.BgClassName
{
background-color: #626F34;
}
</style>
border-color css
<style>
span { border-color: #626F34; }
span { border-color: rgb(98,111,52); }
td.TdClassName
{
border-color: #626F34;
}
.TagClassName
{
border-color: #626F34;
}
</style>