Shades of Olive Drab #628F00
Tints of Olive Drab #628F00
RGB
CMYK
RGB Variations
Color information
#628F00 (or 0x628F00) is known color: Olive Drab. HEX triplet: 62, 8F and 00. RGB value is (98,143,0). Sum of RGB (Red+Green+Blue) = 98+143+0=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #628F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628F00 is #9D70FF. Grayscale: #717171. Windows color (decimal): -10318080 or 36706. OLE color: 36706.
HSL color Cylindrical-coordinate representation of color #628F00: hue angle of 78.88º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #628F00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.44 |
| HSL | 78.88º | 1% | 0.28% | - |
| HSV(B) | 78.88º | 1% | 0.56% | - |
| XYZ | 14.86 | 22.24 | 3.51 | - |
| YUV | 113.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 0 | 0.31 | 0 | 1 | 0.44 | 78.88 | 1 | 0.28 |
| Hex | 62 | 8F | 0 | 1F | 0 | 64 | 2C | 4F | 64 | 1C |
| Octal | 142 | 217 | 0 | 37 | 0 | 144 | 54 | 117 | 144 | 34 |
| Binary | 1100010 | 10001111 | 0 | 11111 | 0 | 1100100 | 101100 | 1001111 | 1100100 | 11100 |
Color Harmonies of #628F00
Complementary color
Monochromatic Colors of #628F00
Black with #628F00
Text Example
Text Example
White with #628F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F00; }
p { color: rgb(98,143,0); }
H1.HeaderClassName
{
color: #628F00;
}
.AnyTagClassName
{
color: #628F00;
}
</style>
background-color css
<style>
a { background-color: #628F00; }
a { background-color: rgb(98,143,0); }
div.DivClassName
{
background-color: #628F00;
}
.BgClassName
{
background-color: #628F00;
}
</style>
border-color css
<style>
span { border-color: #628F00; }
span { border-color: rgb(98,143,0); }
td.TdClassName
{
border-color: #628F00;
}
.TagClassName
{
border-color: #628F00;
}
</style>