Shades of Olive #667900
Tints of Olive #667900
RGB
CMYK
RGB Variations
Color information
#667900 (or 0x667900) is known color: Olive. HEX triplet: 66, 79 and 00. RGB value is (102,121,0). Sum of RGB (Red+Green+Blue) = 102+121+0=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #667900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667900 is #9986FF. Grayscale: #656565. Windows color (decimal): -10061568 or 31078. OLE color: 31078.
HSL color Cylindrical-coordinate representation of color #667900: hue angle of 69.42º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #667900 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.53 |
| HSL | 69.42º | 1% | 0.24% | - |
| HSV(B) | 69.42º | 1% | 0.47% | - |
| XYZ | 12.32 | 16.5 | 2.54 | - |
| YUV | 101.53 | 70.71 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 0 | 0.16 | 0 | 1 | 0.53 | 69.42 | 1 | 0.24 |
| Hex | 66 | 79 | 0 | 10 | 0 | 64 | 35 | 45 | 64 | 18 |
| Octal | 146 | 171 | 0 | 20 | 0 | 144 | 65 | 105 | 144 | 30 |
| Binary | 1100110 | 1111001 | 0 | 10000 | 0 | 1100100 | 110101 | 1000101 | 1100100 | 11000 |
Color Harmonies of #667900
Complementary color
Monochromatic Colors of #667900
Black with #667900
Text Example
Text Example
White with #667900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667900; }
p { color: rgb(102,121,0); }
H1.HeaderClassName
{
color: #667900;
}
.AnyTagClassName
{
color: #667900;
}
</style>
background-color css
<style>
a { background-color: #667900; }
a { background-color: rgb(102,121,0); }
div.DivClassName
{
background-color: #667900;
}
.BgClassName
{
background-color: #667900;
}
</style>
border-color css
<style>
span { border-color: #667900; }
span { border-color: rgb(102,121,0); }
td.TdClassName
{
border-color: #667900;
}
.TagClassName
{
border-color: #667900;
}
</style>