Shades of Olive Drab #628D09
Tints of Olive Drab #628D09
RGB
CMYK
RGB Variations
Color information
#628D09 (or 0x628D09) is known color: Olive Drab. HEX triplet: 62, 8D and 09. RGB value is (98,141,9). Sum of RGB (Red+Green+Blue) = 98+141+9=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #628D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628D09 is #9D72F6. Grayscale: #717171. Windows color (decimal): -10318583 or 626018. OLE color: 626018.
HSL color Cylindrical-coordinate representation of color #628D09: hue angle of 79.55º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #628D09 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 9 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.45 |
| HSL | 79.55º | 0.88% | 0.29% | - |
| HSV(B) | 79.55º | 0.94% | 0.55% | - |
| XYZ | 14.61 | 21.67 | 3.67 | - |
| YUV | 113.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 9 | 0.30 | 0 | 0.94 | 0.45 | 79.55 | 0.88 | 0.29 |
| Hex | 62 | 8D | 9 | 1E | 0 | 5E | 2D | 50 | 58 | 1D |
| Octal | 142 | 215 | 11 | 36 | 0 | 136 | 55 | 120 | 130 | 35 |
| Binary | 1100010 | 10001101 | 1001 | 11110 | 0 | 1011110 | 101101 | 1010000 | 1011000 | 11101 |
Color Harmonies of #628D09
Complementary color
Monochromatic Colors of #628D09
Black with #628D09
Text Example
Text Example
White with #628D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D09; }
p { color: rgb(98,141,9); }
H1.HeaderClassName
{
color: #628D09;
}
.AnyTagClassName
{
color: #628D09;
}
</style>
background-color css
<style>
a { background-color: #628D09; }
a { background-color: rgb(98,141,9); }
div.DivClassName
{
background-color: #628D09;
}
.BgClassName
{
background-color: #628D09;
}
</style>
border-color css
<style>
span { border-color: #628D09; }
span { border-color: rgb(98,141,9); }
td.TdClassName
{
border-color: #628D09;
}
.TagClassName
{
border-color: #628D09;
}
</style>