Shades of Olive #667000
Tints of Olive #667000
RGB
CMYK
RGB Variations
Color information
#667000 (or 0x667000) is known color: Olive. HEX triplet: 66, 70 and 00. RGB value is (102,112,0). Sum of RGB (Red+Green+Blue) = 102+112+0=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #667000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667000 is #998FFF. Grayscale: #606060. Windows color (decimal): -10063872 or 28774. OLE color: 28774.
HSL color Cylindrical-coordinate representation of color #667000: hue angle of 65.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #667000 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 112 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.56 |
| HSL | 65.36º | 1% | 0.22% | - |
| HSV(B) | 65.36º | 1% | 0.44% | - |
| XYZ | 11.27 | 14.41 | 2.19 | - |
| YUV | 96.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 0 | 0.09 | 0 | 1 | 0.56 | 65.36 | 1 | 0.22 |
| Hex | 66 | 70 | 0 | 9 | 0 | 64 | 38 | 41 | 64 | 16 |
| Octal | 146 | 160 | 0 | 11 | 0 | 144 | 70 | 101 | 144 | 26 |
| Binary | 1100110 | 1110000 | 0 | 1001 | 0 | 1100100 | 111000 | 1000001 | 1100100 | 10110 |
Color Harmonies of #667000
Complementary color
Monochromatic Colors of #667000
Black with #667000
Text Example
Text Example
White with #667000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667000; }
p { color: rgb(102,112,0); }
H1.HeaderClassName
{
color: #667000;
}
.AnyTagClassName
{
color: #667000;
}
</style>
background-color css
<style>
a { background-color: #667000; }
a { background-color: rgb(102,112,0); }
div.DivClassName
{
background-color: #667000;
}
.BgClassName
{
background-color: #667000;
}
</style>
border-color css
<style>
span { border-color: #667000; }
span { border-color: rgb(102,112,0); }
td.TdClassName
{
border-color: #667000;
}
.TagClassName
{
border-color: #667000;
}
</style>