Shades of Olive #666701
Tints of Olive #666701
RGB
CMYK
RGB Variations
Color information
#666701 (or 0x666701) is known color: Olive. HEX triplet: 66, 67 and 01. RGB value is (102,103,1). Sum of RGB (Red+Green+Blue) = 102+103+1=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #666701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666701 is #9998FE. Grayscale: #5B5B5B. Windows color (decimal): -10066175 or 92006. OLE color: 92006.
HSL color Cylindrical-coordinate representation of color #666701: hue angle of 60.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #666701 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.60 |
| HSL | 60.59º | 0.98% | 0.2% | - |
| HSV(B) | 60.59º | 0.99% | 0.4% | - |
| XYZ | 10.34 | 12.53 | 1.9 | - |
| YUV | 91.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 1 | 0.01 | 0 | 0.99 | 0.60 | 60.59 | 0.98 | 0.2 |
| Hex | 66 | 67 | 1 | 1 | 0 | 63 | 3C | 3D | 62 | 14 |
| Octal | 146 | 147 | 1 | 1 | 0 | 143 | 74 | 75 | 142 | 24 |
| Binary | 1100110 | 1100111 | 1 | 1 | 0 | 1100011 | 111100 | 111101 | 1100010 | 10100 |
Color Harmonies of #666701
Complementary color
Monochromatic Colors of #666701
Black with #666701
Text Example
Text Example
White with #666701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666701; }
p { color: rgb(102,103,1); }
H1.HeaderClassName
{
color: #666701;
}
.AnyTagClassName
{
color: #666701;
}
</style>
background-color css
<style>
a { background-color: #666701; }
a { background-color: rgb(102,103,1); }
div.DivClassName
{
background-color: #666701;
}
.BgClassName
{
background-color: #666701;
}
</style>
border-color css
<style>
span { border-color: #666701; }
span { border-color: rgb(102,103,1); }
td.TdClassName
{
border-color: #666701;
}
.TagClassName
{
border-color: #666701;
}
</style>