Shades of Olive #667C00
Tints of Olive #667C00
RGB
CMYK
RGB Variations
Color information
#667C00 (or 0x667C00) is known color: Olive. HEX triplet: 66, 7C and 00. RGB value is (102,124,0). Sum of RGB (Red+Green+Blue) = 102+124+0=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #667C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667C00 is #9983FF. Grayscale: #676767. Windows color (decimal): -10060800 or 31846. OLE color: 31846.
HSL color Cylindrical-coordinate representation of color #667C00: hue angle of 70.65º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #667C00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.51 |
| HSL | 70.65º | 1% | 0.24% | - |
| HSV(B) | 70.65º | 1% | 0.49% | - |
| XYZ | 12.69 | 17.24 | 2.66 | - |
| YUV | 103.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 0 | 0.18 | 0 | 1 | 0.51 | 70.65 | 1 | 0.24 |
| Hex | 66 | 7C | 0 | 12 | 0 | 64 | 33 | 47 | 64 | 18 |
| Octal | 146 | 174 | 0 | 22 | 0 | 144 | 63 | 107 | 144 | 30 |
| Binary | 1100110 | 1111100 | 0 | 10010 | 0 | 1100100 | 110011 | 1000111 | 1100100 | 11000 |
Color Harmonies of #667C00
Complementary color
Monochromatic Colors of #667C00
Black with #667C00
Text Example
Text Example
White with #667C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C00; }
p { color: rgb(102,124,0); }
H1.HeaderClassName
{
color: #667C00;
}
.AnyTagClassName
{
color: #667C00;
}
</style>
background-color css
<style>
a { background-color: #667C00; }
a { background-color: rgb(102,124,0); }
div.DivClassName
{
background-color: #667C00;
}
.BgClassName
{
background-color: #667C00;
}
</style>
border-color css
<style>
span { border-color: #667C00; }
span { border-color: rgb(102,124,0); }
td.TdClassName
{
border-color: #667C00;
}
.TagClassName
{
border-color: #667C00;
}
</style>