Shades of Olive #628400
Tints of Olive #628400
RGB
CMYK
RGB Variations
Color information
#628400 (or 0x628400) is known color: Olive. HEX triplet: 62, 84 and 00. RGB value is (98,132,0). Sum of RGB (Red+Green+Blue) = 98+132+0=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #628400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628400 is #9D7BFF. Grayscale: #6B6B6B. Windows color (decimal): -10320896 or 33890. OLE color: 33890.
HSL color Cylindrical-coordinate representation of color #628400: hue angle of 75.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #628400 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.48 |
| HSL | 75.45º | 1% | 0.26% | - |
| HSV(B) | 75.45º | 1% | 0.52% | - |
| XYZ | 13.29 | 19.1 | 2.99 | - |
| YUV | 106.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 0 | 0.26 | 0 | 1 | 0.48 | 75.45 | 1 | 0.26 |
| Hex | 62 | 84 | 0 | 1A | 0 | 64 | 30 | 4B | 64 | 1A |
| Octal | 142 | 204 | 0 | 32 | 0 | 144 | 60 | 113 | 144 | 32 |
| Binary | 1100010 | 10000100 | 0 | 11010 | 0 | 1100100 | 110000 | 1001011 | 1100100 | 11010 |
Color Harmonies of #628400
Complementary color
Monochromatic Colors of #628400
Black with #628400
Text Example
Text Example
White with #628400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628400; }
p { color: rgb(98,132,0); }
H1.HeaderClassName
{
color: #628400;
}
.AnyTagClassName
{
color: #628400;
}
</style>
background-color css
<style>
a { background-color: #628400; }
a { background-color: rgb(98,132,0); }
div.DivClassName
{
background-color: #628400;
}
.BgClassName
{
background-color: #628400;
}
</style>
border-color css
<style>
span { border-color: #628400; }
span { border-color: rgb(98,132,0); }
td.TdClassName
{
border-color: #628400;
}
.TagClassName
{
border-color: #628400;
}
</style>