Shades of Olive Drab #628B13
Tints of Olive Drab #628B13
RGB
CMYK
RGB Variations
Color information
#628B13 (or 0x628B13) is known color: Olive Drab. HEX triplet: 62, 8B and 13. RGB value is (98,139,19). Sum of RGB (Red+Green+Blue) = 98+139+19=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #628B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628B13 is #9D74EC. Grayscale: #717171. Windows color (decimal): -10319085 or 1280866. OLE color: 1280866.
HSL color Cylindrical-coordinate representation of color #628B13: hue angle of 80.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #628B13 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 139 | 19 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.45 |
| HSL | 80.5º | 0.76% | 0.31% | - |
| HSV(B) | 80.5º | 0.86% | 0.55% | - |
| XYZ | 14.39 | 21.11 | 3.93 | - |
| YUV | 113.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 19 | 0.29 | 0 | 0.86 | 0.45 | 80.5 | 0.76 | 0.31 |
| Hex | 62 | 8B | 13 | 1D | 0 | 56 | 2D | 50 | 4C | 1F |
| Octal | 142 | 213 | 23 | 35 | 0 | 126 | 55 | 120 | 114 | 37 |
| Binary | 1100010 | 10001011 | 10011 | 11101 | 0 | 1010110 | 101101 | 1010000 | 1001100 | 11111 |
Color Harmonies of #628B13
Complementary color
Monochromatic Colors of #628B13
Black with #628B13
Text Example
Text Example
White with #628B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628B13; }
p { color: rgb(98,139,19); }
H1.HeaderClassName
{
color: #628B13;
}
.AnyTagClassName
{
color: #628B13;
}
</style>
background-color css
<style>
a { background-color: #628B13; }
a { background-color: rgb(98,139,19); }
div.DivClassName
{
background-color: #628B13;
}
.BgClassName
{
background-color: #628B13;
}
</style>
border-color css
<style>
span { border-color: #628B13; }
span { border-color: rgb(98,139,19); }
td.TdClassName
{
border-color: #628B13;
}
.TagClassName
{
border-color: #628B13;
}
</style>