Shades of Olive Drab #628509
Tints of Olive Drab #628509
RGB
CMYK
RGB Variations
Color information
#628509 (or 0x628509) is known color: Olive Drab. HEX triplet: 62, 85 and 09. RGB value is (98,133,9). Sum of RGB (Red+Green+Blue) = 98+133+9=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #628509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628509 is #9D7AF6. Grayscale: #6C6C6C. Windows color (decimal): -10320631 or 623970. OLE color: 623970.
HSL color Cylindrical-coordinate representation of color #628509: hue angle of 76.94º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #628509 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 9 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.48 |
| HSL | 76.94º | 0.87% | 0.28% | - |
| HSV(B) | 76.94º | 0.93% | 0.52% | - |
| XYZ | 13.47 | 19.39 | 3.29 | - |
| YUV | 108.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 9 | 0.26 | 0 | 0.93 | 0.48 | 76.94 | 0.87 | 0.28 |
| Hex | 62 | 85 | 9 | 1A | 0 | 5D | 30 | 4D | 57 | 1C |
| Octal | 142 | 205 | 11 | 32 | 0 | 135 | 60 | 115 | 127 | 34 |
| Binary | 1100010 | 10000101 | 1001 | 11010 | 0 | 1011101 | 110000 | 1001101 | 1010111 | 11100 |
Color Harmonies of #628509
Complementary color
Monochromatic Colors of #628509
Black with #628509
Text Example
Text Example
White with #628509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628509; }
p { color: rgb(98,133,9); }
H1.HeaderClassName
{
color: #628509;
}
.AnyTagClassName
{
color: #628509;
}
</style>
background-color css
<style>
a { background-color: #628509; }
a { background-color: rgb(98,133,9); }
div.DivClassName
{
background-color: #628509;
}
.BgClassName
{
background-color: #628509;
}
</style>
border-color css
<style>
span { border-color: #628509; }
span { border-color: rgb(98,133,9); }
td.TdClassName
{
border-color: #628509;
}
.TagClassName
{
border-color: #628509;
}
</style>