Shades of Olive Drab #628119
Tints of Olive Drab #628119
RGB
CMYK
RGB Variations
Color information
#628119 (or 0x628119) is known color: Olive Drab. HEX triplet: 62, 81 and 19. RGB value is (98,129,25). Sum of RGB (Red+Green+Blue) = 98+129+25=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #628119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628119 is #9D7EE6. Grayscale: #6C6C6C. Windows color (decimal): -10321639 or 1671522. OLE color: 1671522.
HSL color Cylindrical-coordinate representation of color #628119: hue angle of 77.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #628119 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 25 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.49 |
| HSL | 77.88º | 0.68% | 0.3% | - |
| HSV(B) | 77.88º | 0.81% | 0.51% | - |
| XYZ | 13.06 | 18.37 | 3.78 | - |
| YUV | 107.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 25 | 0.24 | 0 | 0.81 | 0.49 | 77.88 | 0.68 | 0.3 |
| Hex | 62 | 81 | 19 | 18 | 0 | 51 | 31 | 4E | 44 | 1E |
| Octal | 142 | 201 | 31 | 30 | 0 | 121 | 61 | 116 | 104 | 36 |
| Binary | 1100010 | 10000001 | 11001 | 11000 | 0 | 1010001 | 110001 | 1001110 | 1000100 | 11110 |
Color Harmonies of #628119
Complementary color
Monochromatic Colors of #628119
Black with #628119
Text Example
Text Example
White with #628119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628119; }
p { color: rgb(98,129,25); }
H1.HeaderClassName
{
color: #628119;
}
.AnyTagClassName
{
color: #628119;
}
</style>
background-color css
<style>
a { background-color: #628119; }
a { background-color: rgb(98,129,25); }
div.DivClassName
{
background-color: #628119;
}
.BgClassName
{
background-color: #628119;
}
</style>
border-color css
<style>
span { border-color: #628119; }
span { border-color: rgb(98,129,25); }
td.TdClassName
{
border-color: #628119;
}
.TagClassName
{
border-color: #628119;
}
</style>