Shades of Olive Drab #628607
Tints of Olive Drab #628607
RGB
CMYK
RGB Variations
Color information
#628607 (or 0x628607) is known color: Olive Drab. HEX triplet: 62, 86 and 07. RGB value is (98,134,7). Sum of RGB (Red+Green+Blue) = 98+134+7=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #628607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628607 is #9D79F8. Grayscale: #6D6D6D. Windows color (decimal): -10320377 or 493154. OLE color: 493154.
HSL color Cylindrical-coordinate representation of color #628607: hue angle of 77.01º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #628607 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 7 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.47 |
| HSL | 77.01º | 0.9% | 0.28% | - |
| HSV(B) | 77.01º | 0.95% | 0.53% | - |
| XYZ | 13.6 | 19.66 | 3.28 | - |
| YUV | 108.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 7 | 0.27 | 0 | 0.95 | 0.47 | 77.01 | 0.9 | 0.28 |
| Hex | 62 | 86 | 7 | 1B | 0 | 5F | 2F | 4D | 5A | 1C |
| Octal | 142 | 206 | 7 | 33 | 0 | 137 | 57 | 115 | 132 | 34 |
| Binary | 1100010 | 10000110 | 111 | 11011 | 0 | 1011111 | 101111 | 1001101 | 1011010 | 11100 |
Color Harmonies of #628607
Complementary color
Monochromatic Colors of #628607
Black with #628607
Text Example
Text Example
White with #628607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628607; }
p { color: rgb(98,134,7); }
H1.HeaderClassName
{
color: #628607;
}
.AnyTagClassName
{
color: #628607;
}
</style>
background-color css
<style>
a { background-color: #628607; }
a { background-color: rgb(98,134,7); }
div.DivClassName
{
background-color: #628607;
}
.BgClassName
{
background-color: #628607;
}
</style>
border-color css
<style>
span { border-color: #628607; }
span { border-color: rgb(98,134,7); }
td.TdClassName
{
border-color: #628607;
}
.TagClassName
{
border-color: #628607;
}
</style>