Shades of Olive #667804
Tints of Olive #667804
RGB
CMYK
RGB Variations
Color information
#667804 (or 0x667804) is known color: Olive. HEX triplet: 66, 78 and 04. RGB value is (102,120,4). Sum of RGB (Red+Green+Blue) = 102+120+4=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #667804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667804 is #9987FB. Grayscale: #656565. Windows color (decimal): -10061820 or 292966. OLE color: 292966.
HSL color Cylindrical-coordinate representation of color #667804: hue angle of 69.31º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #667804 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 4 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.53 |
| HSL | 69.31º | 0.94% | 0.24% | - |
| HSV(B) | 69.31º | 0.97% | 0.47% | - |
| XYZ | 12.22 | 16.27 | 2.61 | - |
| YUV | 101.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 4 | 0.15 | 0 | 0.97 | 0.53 | 69.31 | 0.94 | 0.24 |
| Hex | 66 | 78 | 4 | F | 0 | 61 | 35 | 45 | 5E | 18 |
| Octal | 146 | 170 | 4 | 17 | 0 | 141 | 65 | 105 | 136 | 30 |
| Binary | 1100110 | 1111000 | 100 | 1111 | 0 | 1100001 | 110101 | 1000101 | 1011110 | 11000 |
Color Harmonies of #667804
Complementary color
Monochromatic Colors of #667804
Black with #667804
Text Example
Text Example
White with #667804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667804; }
p { color: rgb(102,120,4); }
H1.HeaderClassName
{
color: #667804;
}
.AnyTagClassName
{
color: #667804;
}
</style>
background-color css
<style>
a { background-color: #667804; }
a { background-color: rgb(102,120,4); }
div.DivClassName
{
background-color: #667804;
}
.BgClassName
{
background-color: #667804;
}
</style>
border-color css
<style>
span { border-color: #667804; }
span { border-color: rgb(102,120,4); }
td.TdClassName
{
border-color: #667804;
}
.TagClassName
{
border-color: #667804;
}
</style>