Shades of Olive #667001
Tints of Olive #667001
RGB
CMYK
RGB Variations
Color information
#667001 (or 0x667001) is known color: Olive. HEX triplet: 66, 70 and 01. RGB value is (102,112,1). Sum of RGB (Red+Green+Blue) = 102+112+1=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #667001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667001 is #998FFE. Grayscale: #606060. Windows color (decimal): -10063871 or 94310. OLE color: 94310.
HSL color Cylindrical-coordinate representation of color #667001: hue angle of 65.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #667001 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 112 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.56 |
| HSL | 65.41º | 0.98% | 0.22% | - |
| HSV(B) | 65.41º | 0.99% | 0.44% | - |
| XYZ | 11.28 | 14.42 | 2.22 | - |
| YUV | 96.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 1 | 0.09 | 0 | 0.99 | 0.56 | 65.41 | 0.98 | 0.22 |
| Hex | 66 | 70 | 1 | 9 | 0 | 63 | 38 | 41 | 62 | 16 |
| Octal | 146 | 160 | 1 | 11 | 0 | 143 | 70 | 101 | 142 | 26 |
| Binary | 1100110 | 1110000 | 1 | 1001 | 0 | 1100011 | 111000 | 1000001 | 1100010 | 10110 |
Color Harmonies of #667001
Complementary color
Monochromatic Colors of #667001
Black with #667001
Text Example
Text Example
White with #667001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667001; }
p { color: rgb(102,112,1); }
H1.HeaderClassName
{
color: #667001;
}
.AnyTagClassName
{
color: #667001;
}
</style>
background-color css
<style>
a { background-color: #667001; }
a { background-color: rgb(102,112,1); }
div.DivClassName
{
background-color: #667001;
}
.BgClassName
{
background-color: #667001;
}
</style>
border-color css
<style>
span { border-color: #667001; }
span { border-color: rgb(102,112,1); }
td.TdClassName
{
border-color: #667001;
}
.TagClassName
{
border-color: #667001;
}
</style>