Shades of Dark Olive Green #627832
Tints of Dark Olive Green #627832
RGB
CMYK
RGB Variations
Color information
#627832 (or 0x627832) is known color: Dark Olive Green. HEX triplet: 62, 78 and 32. RGB value is (98,120,50). Sum of RGB (Red+Green+Blue) = 98+120+50=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #627832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627832 is #9D87CD. Grayscale: #696969. Windows color (decimal): -10323918 or 3307618. OLE color: 3307618.
HSL color Cylindrical-coordinate representation of color #627832: hue angle of 78.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #627832 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 120 | 50 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.53 |
| HSL | 78.86º | 0.41% | 0.33% | - |
| HSV(B) | 78.86º | 0.58% | 0.47% | - |
| XYZ | 12.33 | 16.26 | 5.51 | - |
| YUV | 105.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 50 | 0.18 | 0 | 0.58 | 0.53 | 78.86 | 0.41 | 0.33 |
| Hex | 62 | 78 | 32 | 12 | 0 | 3A | 35 | 4F | 29 | 21 |
| Octal | 142 | 170 | 62 | 22 | 0 | 72 | 65 | 117 | 51 | 41 |
| Binary | 1100010 | 1111000 | 110010 | 10010 | 0 | 111010 | 110101 | 1001111 | 101001 | 100001 |
Color Harmonies of #627832
Complementary color
Monochromatic Colors of #627832
Black with #627832
Text Example
Text Example
White with #627832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627832; }
p { color: rgb(98,120,50); }
H1.HeaderClassName
{
color: #627832;
}
.AnyTagClassName
{
color: #627832;
}
</style>
background-color css
<style>
a { background-color: #627832; }
a { background-color: rgb(98,120,50); }
div.DivClassName
{
background-color: #627832;
}
.BgClassName
{
background-color: #627832;
}
</style>
border-color css
<style>
span { border-color: #627832; }
span { border-color: rgb(98,120,50); }
td.TdClassName
{
border-color: #627832;
}
.TagClassName
{
border-color: #627832;
}
</style>