Shades of Olive Drab #668817
Tints of Olive Drab #668817
RGB
CMYK
RGB Variations
Color information
#668817 (or 0x668817) is known color: Olive Drab. HEX triplet: 66, 88 and 17. RGB value is (102,136,23). Sum of RGB (Red+Green+Blue) = 102+136+23=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #668817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668817 is #9977E8. Grayscale: #717171. Windows color (decimal): -10057705 or 1542246. OLE color: 1542246.
HSL color Cylindrical-coordinate representation of color #668817: hue angle of 78.05º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #668817 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 23 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.47 |
| HSL | 78.05º | 0.71% | 0.31% | - |
| HSV(B) | 78.05º | 0.83% | 0.53% | - |
| XYZ | 14.44 | 20.49 | 4.01 | - |
| YUV | 112.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 23 | 0.25 | 0 | 0.83 | 0.47 | 78.05 | 0.71 | 0.31 |
| Hex | 66 | 88 | 17 | 19 | 0 | 53 | 2F | 4E | 47 | 1F |
| Octal | 146 | 210 | 27 | 31 | 0 | 123 | 57 | 116 | 107 | 37 |
| Binary | 1100110 | 10001000 | 10111 | 11001 | 0 | 1010011 | 101111 | 1001110 | 1000111 | 11111 |
Color Harmonies of #668817
Complementary color
Monochromatic Colors of #668817
Black with #668817
Text Example
Text Example
White with #668817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668817; }
p { color: rgb(102,136,23); }
H1.HeaderClassName
{
color: #668817;
}
.AnyTagClassName
{
color: #668817;
}
</style>
background-color css
<style>
a { background-color: #668817; }
a { background-color: rgb(102,136,23); }
div.DivClassName
{
background-color: #668817;
}
.BgClassName
{
background-color: #668817;
}
</style>
border-color css
<style>
span { border-color: #668817; }
span { border-color: rgb(102,136,23); }
td.TdClassName
{
border-color: #668817;
}
.TagClassName
{
border-color: #668817;
}
</style>