Shades of Olive Drab #668607
Tints of Olive Drab #668607
RGB
CMYK
RGB Variations
Color information
#668607 (or 0x668607) is known color: Olive Drab. HEX triplet: 66, 86 and 07. RGB value is (102,134,7). Sum of RGB (Red+Green+Blue) = 102+134+7=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #668607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668607 is #9979F8. Grayscale: #6E6E6E. Windows color (decimal): -10058233 or 493158. OLE color: 493158.
HSL color Cylindrical-coordinate representation of color #668607: hue angle of 75.12º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #668607 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 7 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.47 |
| HSL | 75.12º | 0.9% | 0.28% | - |
| HSV(B) | 75.12º | 0.95% | 0.53% | - |
| XYZ | 14.04 | 19.89 | 3.3 | - |
| YUV | 109.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 7 | 0.24 | 0 | 0.95 | 0.47 | 75.12 | 0.9 | 0.28 |
| Hex | 66 | 86 | 7 | 18 | 0 | 5F | 2F | 4B | 5A | 1C |
| Octal | 146 | 206 | 7 | 30 | 0 | 137 | 57 | 113 | 132 | 34 |
| Binary | 1100110 | 10000110 | 111 | 11000 | 0 | 1011111 | 101111 | 1001011 | 1011010 | 11100 |
Color Harmonies of #668607
Complementary color
Monochromatic Colors of #668607
Black with #668607
Text Example
Text Example
White with #668607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668607; }
p { color: rgb(102,134,7); }
H1.HeaderClassName
{
color: #668607;
}
.AnyTagClassName
{
color: #668607;
}
</style>
background-color css
<style>
a { background-color: #668607; }
a { background-color: rgb(102,134,7); }
div.DivClassName
{
background-color: #668607;
}
.BgClassName
{
background-color: #668607;
}
</style>
border-color css
<style>
span { border-color: #668607; }
span { border-color: rgb(102,134,7); }
td.TdClassName
{
border-color: #668607;
}
.TagClassName
{
border-color: #668607;
}
</style>