Shades of Olive Drab #668718
Tints of Olive Drab #668718
RGB
CMYK
RGB Variations
Color information
#668718 (or 0x668718) is known color: Olive Drab. HEX triplet: 66, 87 and 18. RGB value is (102,135,24). Sum of RGB (Red+Green+Blue) = 102+135+24=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #668718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668718 is #9978E7. Grayscale: #707070. Windows color (decimal): -10057960 or 1607526. OLE color: 1607526.
HSL color Cylindrical-coordinate representation of color #668718: hue angle of 77.84º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #668718 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 24 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.47 |
| HSL | 77.84º | 0.7% | 0.31% | - |
| HSV(B) | 77.84º | 0.82% | 0.53% | - |
| XYZ | 14.31 | 20.22 | 4.01 | - |
| YUV | 112.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 24 | 0.24 | 0 | 0.82 | 0.47 | 77.84 | 0.7 | 0.31 |
| Hex | 66 | 87 | 18 | 18 | 0 | 52 | 2F | 4E | 46 | 1F |
| Octal | 146 | 207 | 30 | 30 | 0 | 122 | 57 | 116 | 106 | 37 |
| Binary | 1100110 | 10000111 | 11000 | 11000 | 0 | 1010010 | 101111 | 1001110 | 1000110 | 11111 |
Color Harmonies of #668718
Complementary color
Monochromatic Colors of #668718
Black with #668718
Text Example
Text Example
White with #668718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668718; }
p { color: rgb(102,135,24); }
H1.HeaderClassName
{
color: #668718;
}
.AnyTagClassName
{
color: #668718;
}
</style>
background-color css
<style>
a { background-color: #668718; }
a { background-color: rgb(102,135,24); }
div.DivClassName
{
background-color: #668718;
}
.BgClassName
{
background-color: #668718;
}
</style>
border-color css
<style>
span { border-color: #668718; }
span { border-color: rgb(102,135,24); }
td.TdClassName
{
border-color: #668718;
}
.TagClassName
{
border-color: #668718;
}
</style>