Shades of Olive Drab #628503
Tints of Olive Drab #628503
RGB
CMYK
RGB Variations
Color information
#628503 (or 0x628503) is known color: Olive Drab. HEX triplet: 62, 85 and 03. RGB value is (98,133,3). Sum of RGB (Red+Green+Blue) = 98+133+3=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #628503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628503 is #9D7AFC. Grayscale: #6C6C6C. Windows color (decimal): -10320637 or 230754. OLE color: 230754.
HSL color Cylindrical-coordinate representation of color #628503: hue angle of 76.15º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #628503 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 3 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.48 |
| HSL | 76.15º | 0.96% | 0.27% | - |
| HSV(B) | 76.15º | 0.98% | 0.52% | - |
| XYZ | 13.44 | 19.38 | 3.12 | - |
| YUV | 107.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 3 | 0.26 | 0 | 0.98 | 0.48 | 76.15 | 0.96 | 0.27 |
| Hex | 62 | 85 | 3 | 1A | 0 | 62 | 30 | 4C | 60 | 1B |
| Octal | 142 | 205 | 3 | 32 | 0 | 142 | 60 | 114 | 140 | 33 |
| Binary | 1100010 | 10000101 | 11 | 11010 | 0 | 1100010 | 110000 | 1001100 | 1100000 | 11011 |
Color Harmonies of #628503
Complementary color
Monochromatic Colors of #628503
Black with #628503
Text Example
Text Example
White with #628503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628503; }
p { color: rgb(98,133,3); }
H1.HeaderClassName
{
color: #628503;
}
.AnyTagClassName
{
color: #628503;
}
</style>
background-color css
<style>
a { background-color: #628503; }
a { background-color: rgb(98,133,3); }
div.DivClassName
{
background-color: #628503;
}
.BgClassName
{
background-color: #628503;
}
</style>
border-color css
<style>
span { border-color: #628503; }
span { border-color: rgb(98,133,3); }
td.TdClassName
{
border-color: #628503;
}
.TagClassName
{
border-color: #628503;
}
</style>