Shades of Olive Drab #668606
Tints of Olive Drab #668606
RGB
CMYK
RGB Variations
Color information
#668606 (or 0x668606) is known color: Olive Drab. HEX triplet: 66, 86 and 06. RGB value is (102,134,6). Sum of RGB (Red+Green+Blue) = 102+134+6=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #668606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668606 is #9979F9. Grayscale: #6E6E6E. Windows color (decimal): -10058234 or 427622. OLE color: 427622.
HSL color Cylindrical-coordinate representation of color #668606: hue angle of 75º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #668606 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 6 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.47 |
| HSL | 75º | 0.91% | 0.27% | - |
| HSV(B) | 75º | 0.96% | 0.53% | - |
| XYZ | 14.04 | 19.89 | 3.27 | - |
| YUV | 109.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 6 | 0.24 | 0 | 0.96 | 0.47 | 75 | 0.91 | 0.27 |
| Hex | 66 | 86 | 6 | 18 | 0 | 60 | 2F | 4B | 5B | 1B |
| Octal | 146 | 206 | 6 | 30 | 0 | 140 | 57 | 113 | 133 | 33 |
| Binary | 1100110 | 10000110 | 110 | 11000 | 0 | 1100000 | 101111 | 1001011 | 1011011 | 11011 |
Color Harmonies of #668606
Complementary color
Monochromatic Colors of #668606
Black with #668606
Text Example
Text Example
White with #668606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668606; }
p { color: rgb(102,134,6); }
H1.HeaderClassName
{
color: #668606;
}
.AnyTagClassName
{
color: #668606;
}
</style>
background-color css
<style>
a { background-color: #668606; }
a { background-color: rgb(102,134,6); }
div.DivClassName
{
background-color: #668606;
}
.BgClassName
{
background-color: #668606;
}
</style>
border-color css
<style>
span { border-color: #668606; }
span { border-color: rgb(102,134,6); }
td.TdClassName
{
border-color: #668606;
}
.TagClassName
{
border-color: #668606;
}
</style>