Shades of Dark Olive Green #627238
Tints of Dark Olive Green #627238
RGB
CMYK
RGB Variations
Color information
#627238 (or 0x627238) is known color: Dark Olive Green. HEX triplet: 62, 72 and 38. RGB value is (98,114,56). Sum of RGB (Red+Green+Blue) = 98+114+56=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #627238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627238 is #9D8DC7. Grayscale: #666666. Windows color (decimal): -10325448 or 3699298. OLE color: 3699298.
HSL color Cylindrical-coordinate representation of color #627238: hue angle of 76.55º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #627238 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 114 | 56 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.55 |
| HSL | 76.55º | 0.34% | 0.33% | - |
| HSV(B) | 76.55º | 0.51% | 0.45% | - |
| XYZ | 11.77 | 14.92 | 6 | - |
| YUV | 102.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 56 | 0.14 | 0 | 0.51 | 0.55 | 76.55 | 0.34 | 0.33 |
| Hex | 62 | 72 | 38 | E | 0 | 33 | 37 | 4D | 22 | 21 |
| Octal | 142 | 162 | 70 | 16 | 0 | 63 | 67 | 115 | 42 | 41 |
| Binary | 1100010 | 1110010 | 111000 | 1110 | 0 | 110011 | 110111 | 1001101 | 100010 | 100001 |
Color Harmonies of #627238
Complementary color
Monochromatic Colors of #627238
Black with #627238
Text Example
Text Example
White with #627238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627238; }
p { color: rgb(98,114,56); }
H1.HeaderClassName
{
color: #627238;
}
.AnyTagClassName
{
color: #627238;
}
</style>
background-color css
<style>
a { background-color: #627238; }
a { background-color: rgb(98,114,56); }
div.DivClassName
{
background-color: #627238;
}
.BgClassName
{
background-color: #627238;
}
</style>
border-color css
<style>
span { border-color: #627238; }
span { border-color: rgb(98,114,56); }
td.TdClassName
{
border-color: #627238;
}
.TagClassName
{
border-color: #627238;
}
</style>