Shades of Olive Drab #678117
Tints of Olive Drab #678117
RGB
CMYK
RGB Variations
Color information
#678117 (or 0x678117) is known color: Olive Drab. HEX triplet: 67, 81 and 17. RGB value is (103,129,23). Sum of RGB (Red+Green+Blue) = 103+129+23=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #678117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678117 is #987EE8. Grayscale: #6D6D6D. Windows color (decimal): -9993961 or 1540455. OLE color: 1540455.
HSL color Cylindrical-coordinate representation of color #678117: hue angle of 74.72º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #678117 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 23 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.49 |
| HSL | 74.72º | 0.7% | 0.3% | - |
| HSV(B) | 74.72º | 0.82% | 0.51% | - |
| XYZ | 13.6 | 18.65 | 3.69 | - |
| YUV | 109.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 23 | 0.20 | 0 | 0.82 | 0.49 | 74.72 | 0.7 | 0.3 |
| Hex | 67 | 81 | 17 | 14 | 0 | 52 | 31 | 4B | 46 | 1E |
| Octal | 147 | 201 | 27 | 24 | 0 | 122 | 61 | 113 | 106 | 36 |
| Binary | 1100111 | 10000001 | 10111 | 10100 | 0 | 1010010 | 110001 | 1001011 | 1000110 | 11110 |
Color Harmonies of #678117
Complementary color
Monochromatic Colors of #678117
Black with #678117
Text Example
Text Example
White with #678117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678117; }
p { color: rgb(103,129,23); }
H1.HeaderClassName
{
color: #678117;
}
.AnyTagClassName
{
color: #678117;
}
</style>
background-color css
<style>
a { background-color: #678117; }
a { background-color: rgb(103,129,23); }
div.DivClassName
{
background-color: #678117;
}
.BgClassName
{
background-color: #678117;
}
</style>
border-color css
<style>
span { border-color: #678117; }
span { border-color: rgb(103,129,23); }
td.TdClassName
{
border-color: #678117;
}
.TagClassName
{
border-color: #678117;
}
</style>