Shades of Olive Drab #678517
Tints of Olive Drab #678517
RGB
CMYK
RGB Variations
Color information
#678517 (or 0x678517) is known color: Olive Drab. HEX triplet: 67, 85 and 17. RGB value is (103,133,23). Sum of RGB (Red+Green+Blue) = 103+133+23=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #678517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678517 is #987AE8. Grayscale: #6F6F6F. Windows color (decimal): -9992937 or 1541479. OLE color: 1541479.
HSL color Cylindrical-coordinate representation of color #678517: hue angle of 76.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #678517 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 23 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.48 |
| HSL | 76.36º | 0.71% | 0.31% | - |
| HSV(B) | 76.36º | 0.83% | 0.52% | - |
| XYZ | 14.14 | 19.72 | 3.87 | - |
| YUV | 111.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 23 | 0.23 | 0 | 0.83 | 0.48 | 76.36 | 0.71 | 0.31 |
| Hex | 67 | 85 | 17 | 17 | 0 | 53 | 30 | 4C | 47 | 1F |
| Octal | 147 | 205 | 27 | 27 | 0 | 123 | 60 | 114 | 107 | 37 |
| Binary | 1100111 | 10000101 | 10111 | 10111 | 0 | 1010011 | 110000 | 1001100 | 1000111 | 11111 |
Color Harmonies of #678517
Complementary color
Monochromatic Colors of #678517
Black with #678517
Text Example
Text Example
White with #678517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678517; }
p { color: rgb(103,133,23); }
H1.HeaderClassName
{
color: #678517;
}
.AnyTagClassName
{
color: #678517;
}
</style>
background-color css
<style>
a { background-color: #678517; }
a { background-color: rgb(103,133,23); }
div.DivClassName
{
background-color: #678517;
}
.BgClassName
{
background-color: #678517;
}
</style>
border-color css
<style>
span { border-color: #678517; }
span { border-color: rgb(103,133,23); }
td.TdClassName
{
border-color: #678517;
}
.TagClassName
{
border-color: #678517;
}
</style>