Shades of Olive Drab #628401
Tints of Olive Drab #628401
RGB
CMYK
RGB Variations
Color information
#628401 (or 0x628401) is known color: Olive Drab. HEX triplet: 62, 84 and 01. RGB value is (98,132,1). Sum of RGB (Red+Green+Blue) = 98+132+1=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #628401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628401 is #9D7BFE. Grayscale: #6B6B6B. Windows color (decimal): -10320895 or 99426. OLE color: 99426.
HSL color Cylindrical-coordinate representation of color #628401: hue angle of 75.57º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #628401 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.48 |
| HSL | 75.57º | 0.98% | 0.26% | - |
| HSV(B) | 75.57º | 0.99% | 0.52% | - |
| XYZ | 13.29 | 19.1 | 3.02 | - |
| YUV | 106.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 1 | 0.26 | 0 | 0.99 | 0.48 | 75.57 | 0.98 | 0.26 |
| Hex | 62 | 84 | 1 | 1A | 0 | 63 | 30 | 4C | 62 | 1A |
| Octal | 142 | 204 | 1 | 32 | 0 | 143 | 60 | 114 | 142 | 32 |
| Binary | 1100010 | 10000100 | 1 | 11010 | 0 | 1100011 | 110000 | 1001100 | 1100010 | 11010 |
Color Harmonies of #628401
Complementary color
Monochromatic Colors of #628401
Black with #628401
Text Example
Text Example
White with #628401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628401; }
p { color: rgb(98,132,1); }
H1.HeaderClassName
{
color: #628401;
}
.AnyTagClassName
{
color: #628401;
}
</style>
background-color css
<style>
a { background-color: #628401; }
a { background-color: rgb(98,132,1); }
div.DivClassName
{
background-color: #628401;
}
.BgClassName
{
background-color: #628401;
}
</style>
border-color css
<style>
span { border-color: #628401; }
span { border-color: rgb(98,132,1); }
td.TdClassName
{
border-color: #628401;
}
.TagClassName
{
border-color: #628401;
}
</style>