Shades of Olive Drab #628500
Tints of Olive Drab #628500
RGB
CMYK
RGB Variations
Color information
#628500 (or 0x628500) is known color: Olive Drab. HEX triplet: 62, 85 and 00. RGB value is (98,133,0). Sum of RGB (Red+Green+Blue) = 98+133+0=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #628500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628500 is #9D7AFF. Grayscale: #6B6B6B. Windows color (decimal): -10320640 or 34146. OLE color: 34146.
HSL color Cylindrical-coordinate representation of color #628500: hue angle of 75.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #628500 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.48 |
| HSL | 75.79º | 1% | 0.26% | - |
| HSV(B) | 75.79º | 1% | 0.52% | - |
| XYZ | 13.42 | 19.37 | 3.03 | - |
| YUV | 107.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 0 | 0.26 | 0 | 1 | 0.48 | 75.79 | 1 | 0.26 |
| Hex | 62 | 85 | 0 | 1A | 0 | 64 | 30 | 4C | 64 | 1A |
| Octal | 142 | 205 | 0 | 32 | 0 | 144 | 60 | 114 | 144 | 32 |
| Binary | 1100010 | 10000101 | 0 | 11010 | 0 | 1100100 | 110000 | 1001100 | 1100100 | 11010 |
Color Harmonies of #628500
Complementary color
Monochromatic Colors of #628500
Black with #628500
Text Example
Text Example
White with #628500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628500; }
p { color: rgb(98,133,0); }
H1.HeaderClassName
{
color: #628500;
}
.AnyTagClassName
{
color: #628500;
}
</style>
background-color css
<style>
a { background-color: #628500; }
a { background-color: rgb(98,133,0); }
div.DivClassName
{
background-color: #628500;
}
.BgClassName
{
background-color: #628500;
}
</style>
border-color css
<style>
span { border-color: #628500; }
span { border-color: rgb(98,133,0); }
td.TdClassName
{
border-color: #628500;
}
.TagClassName
{
border-color: #628500;
}
</style>