Shades of Olive Drab #628B01
Tints of Olive Drab #628B01
RGB
CMYK
RGB Variations
Color information
#628B01 (or 0x628B01) is known color: Olive Drab. HEX triplet: 62, 8B and 01. RGB value is (98,139,1). Sum of RGB (Red+Green+Blue) = 98+139+1=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #628B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628B01 is #9D74FE. Grayscale: #6F6F6F. Windows color (decimal): -10319103 or 101218. OLE color: 101218.
HSL color Cylindrical-coordinate representation of color #628B01: hue angle of 77.83º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #628B01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 139 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.45 |
| HSL | 77.83º | 0.99% | 0.27% | - |
| HSV(B) | 77.83º | 0.99% | 0.55% | - |
| XYZ | 14.28 | 21.06 | 3.34 | - |
| YUV | 111.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 1 | 0.29 | 0 | 0.99 | 0.45 | 77.83 | 0.99 | 0.27 |
| Hex | 62 | 8B | 1 | 1D | 0 | 63 | 2D | 4E | 63 | 1B |
| Octal | 142 | 213 | 1 | 35 | 0 | 143 | 55 | 116 | 143 | 33 |
| Binary | 1100010 | 10001011 | 1 | 11101 | 0 | 1100011 | 101101 | 1001110 | 1100011 | 11011 |
Color Harmonies of #628B01
Complementary color
Monochromatic Colors of #628B01
Black with #628B01
Text Example
Text Example
White with #628B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628B01; }
p { color: rgb(98,139,1); }
H1.HeaderClassName
{
color: #628B01;
}
.AnyTagClassName
{
color: #628B01;
}
</style>
background-color css
<style>
a { background-color: #628B01; }
a { background-color: rgb(98,139,1); }
div.DivClassName
{
background-color: #628B01;
}
.BgClassName
{
background-color: #628B01;
}
</style>
border-color css
<style>
span { border-color: #628B01; }
span { border-color: rgb(98,139,1); }
td.TdClassName
{
border-color: #628B01;
}
.TagClassName
{
border-color: #628B01;
}
</style>