Shades of Olive Drab #678513
Tints of Olive Drab #678513
RGB
CMYK
RGB Variations
Color information
#678513 (or 0x678513) is known color: Olive Drab. HEX triplet: 67, 85 and 13. RGB value is (103,133,19). Sum of RGB (Red+Green+Blue) = 103+133+19=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #678513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678513 is #987AEC. Grayscale: #6F6F6F. Windows color (decimal): -9992941 or 1279335. OLE color: 1279335.
HSL color Cylindrical-coordinate representation of color #678513: hue angle of 75.79º 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 #678513 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 19 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.48 |
| HSL | 75.79º | 0.75% | 0.3% | - |
| HSV(B) | 75.79º | 0.86% | 0.52% | - |
| XYZ | 14.1 | 19.71 | 3.68 | - |
| YUV | 111.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 19 | 0.23 | 0 | 0.86 | 0.48 | 75.79 | 0.75 | 0.3 |
| Hex | 67 | 85 | 13 | 17 | 0 | 56 | 30 | 4C | 4B | 1E |
| Octal | 147 | 205 | 23 | 27 | 0 | 126 | 60 | 114 | 113 | 36 |
| Binary | 1100111 | 10000101 | 10011 | 10111 | 0 | 1010110 | 110000 | 1001100 | 1001011 | 11110 |
Color Harmonies of #678513
Complementary color
Monochromatic Colors of #678513
Black with #678513
Text Example
Text Example
White with #678513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678513; }
p { color: rgb(103,133,19); }
H1.HeaderClassName
{
color: #678513;
}
.AnyTagClassName
{
color: #678513;
}
</style>
background-color css
<style>
a { background-color: #678513; }
a { background-color: rgb(103,133,19); }
div.DivClassName
{
background-color: #678513;
}
.BgClassName
{
background-color: #678513;
}
</style>
border-color css
<style>
span { border-color: #678513; }
span { border-color: rgb(103,133,19); }
td.TdClassName
{
border-color: #678513;
}
.TagClassName
{
border-color: #678513;
}
</style>