Shades of Olive Drab #668018
Tints of Olive Drab #668018
RGB
CMYK
RGB Variations
Color information
#668018 (or 0x668018) is known color: Olive Drab. HEX triplet: 66, 80 and 18. RGB value is (102,128,24). Sum of RGB (Red+Green+Blue) = 102+128+24=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #668018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668018 is #997FE7. Grayscale: #6C6C6C. Windows color (decimal): -10059752 or 1605734. OLE color: 1605734.
HSL color Cylindrical-coordinate representation of color #668018: hue angle of 75º 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 #668018 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 24 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.50 |
| HSL | 75º | 0.68% | 0.3% | - |
| HSV(B) | 75º | 0.81% | 0.5% | - |
| XYZ | 13.36 | 18.33 | 3.7 | - |
| YUV | 108.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 24 | 0.20 | 0 | 0.81 | 0.50 | 75 | 0.68 | 0.3 |
| Hex | 66 | 80 | 18 | 14 | 0 | 51 | 32 | 4B | 44 | 1E |
| Octal | 146 | 200 | 30 | 24 | 0 | 121 | 62 | 113 | 104 | 36 |
| Binary | 1100110 | 10000000 | 11000 | 10100 | 0 | 1010001 | 110010 | 1001011 | 1000100 | 11110 |
Color Harmonies of #668018
Complementary color
Monochromatic Colors of #668018
Black with #668018
Text Example
Text Example
White with #668018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668018; }
p { color: rgb(102,128,24); }
H1.HeaderClassName
{
color: #668018;
}
.AnyTagClassName
{
color: #668018;
}
</style>
background-color css
<style>
a { background-color: #668018; }
a { background-color: rgb(102,128,24); }
div.DivClassName
{
background-color: #668018;
}
.BgClassName
{
background-color: #668018;
}
</style>
border-color css
<style>
span { border-color: #668018; }
span { border-color: rgb(102,128,24); }
td.TdClassName
{
border-color: #668018;
}
.TagClassName
{
border-color: #668018;
}
</style>