Shades of Olive Drab #678113
Tints of Olive Drab #678113
RGB
CMYK
RGB Variations
Color information
#678113 (or 0x678113) is known color: Olive Drab. HEX triplet: 67, 81 and 13. RGB value is (103,129,19). Sum of RGB (Red+Green+Blue) = 103+129+19=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #678113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678113 is #987EEC. Grayscale: #6D6D6D. Windows color (decimal): -9993965 or 1278311. OLE color: 1278311.
HSL color Cylindrical-coordinate representation of color #678113: hue angle of 74.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #678113 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 19 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.49 |
| HSL | 74.18º | 0.74% | 0.29% | - |
| HSV(B) | 74.18º | 0.85% | 0.51% | - |
| XYZ | 13.56 | 18.63 | 3.5 | - |
| YUV | 108.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 19 | 0.20 | 0 | 0.85 | 0.49 | 74.18 | 0.74 | 0.29 |
| Hex | 67 | 81 | 13 | 14 | 0 | 55 | 31 | 4A | 4A | 1D |
| Octal | 147 | 201 | 23 | 24 | 0 | 125 | 61 | 112 | 112 | 35 |
| Binary | 1100111 | 10000001 | 10011 | 10100 | 0 | 1010101 | 110001 | 1001010 | 1001010 | 11101 |
Color Harmonies of #678113
Complementary color
Monochromatic Colors of #678113
Black with #678113
Text Example
Text Example
White with #678113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678113; }
p { color: rgb(103,129,19); }
H1.HeaderClassName
{
color: #678113;
}
.AnyTagClassName
{
color: #678113;
}
</style>
background-color css
<style>
a { background-color: #678113; }
a { background-color: rgb(103,129,19); }
div.DivClassName
{
background-color: #678113;
}
.BgClassName
{
background-color: #678113;
}
</style>
border-color css
<style>
span { border-color: #678113; }
span { border-color: rgb(103,129,19); }
td.TdClassName
{
border-color: #678113;
}
.TagClassName
{
border-color: #678113;
}
</style>