Shades of Olive Drab #618513
Tints of Olive Drab #618513
RGB
CMYK
RGB Variations
Color information
#618513 (or 0x618513) is known color: Olive Drab. HEX triplet: 61, 85 and 13. RGB value is (97,133,19). Sum of RGB (Red+Green+Blue) = 97+133+19=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #618513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618513 is #9E7AEC. Grayscale: #6D6D6D. Windows color (decimal): -10386157 or 1279329. OLE color: 1279329.
HSL color Cylindrical-coordinate representation of color #618513: hue angle of 78.95º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #618513 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 133 | 19 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.48 |
| HSL | 78.95º | 0.75% | 0.3% | - |
| HSV(B) | 78.95º | 0.86% | 0.52% | - |
| XYZ | 13.43 | 19.36 | 3.65 | - |
| YUV | 109.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 19 | 0.27 | 0 | 0.86 | 0.48 | 78.95 | 0.75 | 0.3 |
| Hex | 61 | 85 | 13 | 1B | 0 | 56 | 30 | 4F | 4B | 1E |
| Octal | 141 | 205 | 23 | 33 | 0 | 126 | 60 | 117 | 113 | 36 |
| Binary | 1100001 | 10000101 | 10011 | 11011 | 0 | 1010110 | 110000 | 1001111 | 1001011 | 11110 |
Color Harmonies of #618513
Complementary color
Monochromatic Colors of #618513
Black with #618513
Text Example
Text Example
White with #618513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618513; }
p { color: rgb(97,133,19); }
H1.HeaderClassName
{
color: #618513;
}
.AnyTagClassName
{
color: #618513;
}
</style>
background-color css
<style>
a { background-color: #618513; }
a { background-color: rgb(97,133,19); }
div.DivClassName
{
background-color: #618513;
}
.BgClassName
{
background-color: #618513;
}
</style>
border-color css
<style>
span { border-color: #618513; }
span { border-color: rgb(97,133,19); }
td.TdClassName
{
border-color: #618513;
}
.TagClassName
{
border-color: #618513;
}
</style>