Shades of Olive Drab #628E01
Tints of Olive Drab #628E01
RGB
CMYK
RGB Variations
Color information
#628E01 (or 0x628E01) is known color: Olive Drab. HEX triplet: 62, 8E and 01. RGB value is (98,142,1). Sum of RGB (Red+Green+Blue) = 98+142+1=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #628E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628E01 is #9D71FE. Grayscale: #717171. Windows color (decimal): -10318335 or 101986. OLE color: 101986.
HSL color Cylindrical-coordinate representation of color #628E01: hue angle of 78.72º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #628E01 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 142 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.44 |
| HSL | 78.72º | 0.99% | 0.28% | - |
| HSV(B) | 78.72º | 0.99% | 0.56% | - |
| XYZ | 14.72 | 21.94 | 3.49 | - |
| YUV | 112.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 1 | 0.31 | 0 | 0.99 | 0.44 | 78.72 | 0.99 | 0.28 |
| Hex | 62 | 8E | 1 | 1F | 0 | 63 | 2C | 4F | 63 | 1C |
| Octal | 142 | 216 | 1 | 37 | 0 | 143 | 54 | 117 | 143 | 34 |
| Binary | 1100010 | 10001110 | 1 | 11111 | 0 | 1100011 | 101100 | 1001111 | 1100011 | 11100 |
Color Harmonies of #628E01
Complementary color
Monochromatic Colors of #628E01
Black with #628E01
Text Example
Text Example
White with #628E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E01; }
p { color: rgb(98,142,1); }
H1.HeaderClassName
{
color: #628E01;
}
.AnyTagClassName
{
color: #628E01;
}
</style>
background-color css
<style>
a { background-color: #628E01; }
a { background-color: rgb(98,142,1); }
div.DivClassName
{
background-color: #628E01;
}
.BgClassName
{
background-color: #628E01;
}
</style>
border-color css
<style>
span { border-color: #628E01; }
span { border-color: rgb(98,142,1); }
td.TdClassName
{
border-color: #628E01;
}
.TagClassName
{
border-color: #628E01;
}
</style>