Shades of Olive Drab #678018
Tints of Olive Drab #678018
RGB
CMYK
RGB Variations
Color information
#678018 (or 0x678018) is known color: Olive Drab. HEX triplet: 67, 80 and 18. RGB value is (103,128,24). Sum of RGB (Red+Green+Blue) = 103+128+24=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #678018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678018 is #987FE7. Grayscale: #6D6D6D. Windows color (decimal): -9994216 or 1605735. OLE color: 1605735.
HSL color Cylindrical-coordinate representation of color #678018: hue angle of 74.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #678018 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 24 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.50 |
| HSL | 74.42º | 0.68% | 0.3% | - |
| HSV(B) | 74.42º | 0.81% | 0.5% | - |
| XYZ | 13.48 | 18.39 | 3.7 | - |
| YUV | 108.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 24 | 0.20 | 0 | 0.81 | 0.50 | 74.42 | 0.68 | 0.3 |
| Hex | 67 | 80 | 18 | 14 | 0 | 51 | 32 | 4A | 44 | 1E |
| Octal | 147 | 200 | 30 | 24 | 0 | 121 | 62 | 112 | 104 | 36 |
| Binary | 1100111 | 10000000 | 11000 | 10100 | 0 | 1010001 | 110010 | 1001010 | 1000100 | 11110 |
Color Harmonies of #678018
Complementary color
Monochromatic Colors of #678018
Black with #678018
Text Example
Text Example
White with #678018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678018; }
p { color: rgb(103,128,24); }
H1.HeaderClassName
{
color: #678018;
}
.AnyTagClassName
{
color: #678018;
}
</style>
background-color css
<style>
a { background-color: #678018; }
a { background-color: rgb(103,128,24); }
div.DivClassName
{
background-color: #678018;
}
.BgClassName
{
background-color: #678018;
}
</style>
border-color css
<style>
span { border-color: #678018; }
span { border-color: rgb(103,128,24); }
td.TdClassName
{
border-color: #678018;
}
.TagClassName
{
border-color: #678018;
}
</style>