Shades of Olive #666A01
Tints of Olive #666A01
RGB
CMYK
RGB Variations
Color information
#666A01 (or 0x666A01) is known color: Olive. HEX triplet: 66, 6A and 01. RGB value is (102,106,1). Sum of RGB (Red+Green+Blue) = 102+106+1=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #666A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666A01 is #9995FE. Grayscale: #5D5D5D. Windows color (decimal): -10065407 or 92774. OLE color: 92774.
HSL color Cylindrical-coordinate representation of color #666A01: hue angle of 62.29º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #666A01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 106 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.58 |
| HSL | 62.29º | 0.98% | 0.21% | - |
| HSV(B) | 62.29º | 0.99% | 0.42% | - |
| XYZ | 10.64 | 13.14 | 2 | - |
| YUV | 92.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 1 | 0.04 | 0 | 0.99 | 0.58 | 62.29 | 0.98 | 0.21 |
| Hex | 66 | 6A | 1 | 4 | 0 | 63 | 3A | 3E | 62 | 15 |
| Octal | 146 | 152 | 1 | 4 | 0 | 143 | 72 | 76 | 142 | 25 |
| Binary | 1100110 | 1101010 | 1 | 100 | 0 | 1100011 | 111010 | 111110 | 1100010 | 10101 |
Color Harmonies of #666A01
Complementary color
Monochromatic Colors of #666A01
Black with #666A01
Text Example
Text Example
White with #666A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A01; }
p { color: rgb(102,106,1); }
H1.HeaderClassName
{
color: #666A01;
}
.AnyTagClassName
{
color: #666A01;
}
</style>
background-color css
<style>
a { background-color: #666A01; }
a { background-color: rgb(102,106,1); }
div.DivClassName
{
background-color: #666A01;
}
.BgClassName
{
background-color: #666A01;
}
</style>
border-color css
<style>
span { border-color: #666A01; }
span { border-color: rgb(102,106,1); }
td.TdClassName
{
border-color: #666A01;
}
.TagClassName
{
border-color: #666A01;
}
</style>