Shades of Dark Olive Green #627932
Tints of Dark Olive Green #627932
RGB
CMYK
RGB Variations
Color information
#627932 (or 0x627932) is known color: Dark Olive Green. HEX triplet: 62, 79 and 32. RGB value is (98,121,50). Sum of RGB (Red+Green+Blue) = 98+121+50=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #627932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627932 is #9D86CD. Grayscale: #6A6A6A. Windows color (decimal): -10323662 or 3307874. OLE color: 3307874.
HSL color Cylindrical-coordinate representation of color #627932: hue angle of 79.44º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #627932 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 121 | 50 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.53 |
| HSL | 79.44º | 0.42% | 0.34% | - |
| HSV(B) | 79.44º | 0.59% | 0.47% | - |
| XYZ | 12.45 | 16.5 | 5.55 | - |
| YUV | 106.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 50 | 0.19 | 0 | 0.59 | 0.53 | 79.44 | 0.42 | 0.34 |
| Hex | 62 | 79 | 32 | 13 | 0 | 3B | 35 | 4F | 2A | 22 |
| Octal | 142 | 171 | 62 | 23 | 0 | 73 | 65 | 117 | 52 | 42 |
| Binary | 1100010 | 1111001 | 110010 | 10011 | 0 | 111011 | 110101 | 1001111 | 101010 | 100010 |
Color Harmonies of #627932
Complementary color
Monochromatic Colors of #627932
Black with #627932
Text Example
Text Example
White with #627932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627932; }
p { color: rgb(98,121,50); }
H1.HeaderClassName
{
color: #627932;
}
.AnyTagClassName
{
color: #627932;
}
</style>
background-color css
<style>
a { background-color: #627932; }
a { background-color: rgb(98,121,50); }
div.DivClassName
{
background-color: #627932;
}
.BgClassName
{
background-color: #627932;
}
</style>
border-color css
<style>
span { border-color: #627932; }
span { border-color: rgb(98,121,50); }
td.TdClassName
{
border-color: #627932;
}
.TagClassName
{
border-color: #627932;
}
</style>