Shades of Olive #667603
Tints of Olive #667603
RGB
CMYK
RGB Variations
Color information
#667603 (or 0x667603) is known color: Olive. HEX triplet: 66, 76 and 03. RGB value is (102,118,3). Sum of RGB (Red+Green+Blue) = 102+118+3=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #667603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667603 is #9989FC. Grayscale: #646464. Windows color (decimal): -10062333 or 226918. OLE color: 226918.
HSL color Cylindrical-coordinate representation of color #667603: hue angle of 68.35º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #667603 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 118 | 3 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.54 |
| HSL | 68.35º | 0.95% | 0.24% | - |
| HSV(B) | 68.35º | 0.97% | 0.46% | - |
| XYZ | 11.97 | 15.79 | 2.5 | - |
| YUV | 100.11 | 73.2 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 3 | 0.14 | 0 | 0.97 | 0.54 | 68.35 | 0.95 | 0.24 |
| Hex | 66 | 76 | 3 | E | 0 | 61 | 36 | 44 | 5F | 18 |
| Octal | 146 | 166 | 3 | 16 | 0 | 141 | 66 | 104 | 137 | 30 |
| Binary | 1100110 | 1110110 | 11 | 1110 | 0 | 1100001 | 110110 | 1000100 | 1011111 | 11000 |
Color Harmonies of #667603
Complementary color
Monochromatic Colors of #667603
Black with #667603
Text Example
Text Example
White with #667603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667603; }
p { color: rgb(102,118,3); }
H1.HeaderClassName
{
color: #667603;
}
.AnyTagClassName
{
color: #667603;
}
</style>
background-color css
<style>
a { background-color: #667603; }
a { background-color: rgb(102,118,3); }
div.DivClassName
{
background-color: #667603;
}
.BgClassName
{
background-color: #667603;
}
</style>
border-color css
<style>
span { border-color: #667603; }
span { border-color: rgb(102,118,3); }
td.TdClassName
{
border-color: #667603;
}
.TagClassName
{
border-color: #667603;
}
</style>