Shades of Olive Drab #668512
Tints of Olive Drab #668512
RGB
CMYK
RGB Variations
Color information
#668512 (or 0x668512) is known color: Olive Drab. HEX triplet: 66, 85 and 12. RGB value is (102,133,18). Sum of RGB (Red+Green+Blue) = 102+133+18=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #668512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668512 is #997AED. Grayscale: #6F6F6F. Windows color (decimal): -10058478 or 1213798. OLE color: 1213798.
HSL color Cylindrical-coordinate representation of color #668512: hue angle of 76.17º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #668512 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 133 | 18 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.48 |
| HSL | 76.17º | 0.76% | 0.3% | - |
| HSV(B) | 76.17º | 0.86% | 0.52% | - |
| XYZ | 13.98 | 19.64 | 3.63 | - |
| YUV | 110.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 18 | 0.23 | 0 | 0.86 | 0.48 | 76.17 | 0.76 | 0.3 |
| Hex | 66 | 85 | 12 | 17 | 0 | 56 | 30 | 4C | 4C | 1E |
| Octal | 146 | 205 | 22 | 27 | 0 | 126 | 60 | 114 | 114 | 36 |
| Binary | 1100110 | 10000101 | 10010 | 10111 | 0 | 1010110 | 110000 | 1001100 | 1001100 | 11110 |
Color Harmonies of #668512
Complementary color
Monochromatic Colors of #668512
Black with #668512
Text Example
Text Example
White with #668512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668512; }
p { color: rgb(102,133,18); }
H1.HeaderClassName
{
color: #668512;
}
.AnyTagClassName
{
color: #668512;
}
</style>
background-color css
<style>
a { background-color: #668512; }
a { background-color: rgb(102,133,18); }
div.DivClassName
{
background-color: #668512;
}
.BgClassName
{
background-color: #668512;
}
</style>
border-color css
<style>
span { border-color: #668512; }
span { border-color: rgb(102,133,18); }
td.TdClassName
{
border-color: #668512;
}
.TagClassName
{
border-color: #668512;
}
</style>