Shades of Olive Drab #668818
Tints of Olive Drab #668818
RGB
CMYK
RGB Variations
Color information
#668818 (or 0x668818) is known color: Olive Drab. HEX triplet: 66, 88 and 18. RGB value is (102,136,24). Sum of RGB (Red+Green+Blue) = 102+136+24=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #668818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668818 is #9977E7. Grayscale: #717171. Windows color (decimal): -10057704 or 1607782. OLE color: 1607782.
HSL color Cylindrical-coordinate representation of color #668818: hue angle of 78.21º 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 #668818 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 24 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.47 |
| HSL | 78.21º | 0.7% | 0.31% | - |
| HSV(B) | 78.21º | 0.82% | 0.53% | - |
| XYZ | 14.45 | 20.5 | 4.06 | - |
| YUV | 113.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 24 | 0.25 | 0 | 0.82 | 0.47 | 78.21 | 0.7 | 0.31 |
| Hex | 66 | 88 | 18 | 19 | 0 | 52 | 2F | 4E | 46 | 1F |
| Octal | 146 | 210 | 30 | 31 | 0 | 122 | 57 | 116 | 106 | 37 |
| Binary | 1100110 | 10001000 | 11000 | 11001 | 0 | 1010010 | 101111 | 1001110 | 1000110 | 11111 |
Color Harmonies of #668818
Complementary color
Monochromatic Colors of #668818
Black with #668818
Text Example
Text Example
White with #668818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668818; }
p { color: rgb(102,136,24); }
H1.HeaderClassName
{
color: #668818;
}
.AnyTagClassName
{
color: #668818;
}
</style>
background-color css
<style>
a { background-color: #668818; }
a { background-color: rgb(102,136,24); }
div.DivClassName
{
background-color: #668818;
}
.BgClassName
{
background-color: #668818;
}
</style>
border-color css
<style>
span { border-color: #668818; }
span { border-color: rgb(102,136,24); }
td.TdClassName
{
border-color: #668818;
}
.TagClassName
{
border-color: #668818;
}
</style>