Shades of Olive #668500
Tints of Olive #668500
RGB
CMYK
RGB Variations
Color information
#668500 (or 0x668500) is known color: Olive. HEX triplet: 66, 85 and 00. RGB value is (102,133,0). Sum of RGB (Red+Green+Blue) = 102+133+0=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #668500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668500 is #997AFF. Grayscale: #6D6D6D. Windows color (decimal): -10058496 or 34150. OLE color: 34150.
HSL color Cylindrical-coordinate representation of color #668500: hue angle of 73.98º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #668500 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 133 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.48 |
| HSL | 73.98º | 1% | 0.26% | - |
| HSV(B) | 73.98º | 1% | 0.52% | - |
| XYZ | 13.87 | 19.6 | 3.05 | - |
| YUV | 108.57 | 66.73 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 0 | 0.23 | 0 | 1 | 0.48 | 73.98 | 1 | 0.26 |
| Hex | 66 | 85 | 0 | 17 | 0 | 64 | 30 | 4A | 64 | 1A |
| Octal | 146 | 205 | 0 | 27 | 0 | 144 | 60 | 112 | 144 | 32 |
| Binary | 1100110 | 10000101 | 0 | 10111 | 0 | 1100100 | 110000 | 1001010 | 1100100 | 11010 |
Color Harmonies of #668500
Complementary color
Monochromatic Colors of #668500
Black with #668500
Text Example
Text Example
White with #668500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668500; }
p { color: rgb(102,133,0); }
H1.HeaderClassName
{
color: #668500;
}
.AnyTagClassName
{
color: #668500;
}
</style>
background-color css
<style>
a { background-color: #668500; }
a { background-color: rgb(102,133,0); }
div.DivClassName
{
background-color: #668500;
}
.BgClassName
{
background-color: #668500;
}
</style>
border-color css
<style>
span { border-color: #668500; }
span { border-color: rgb(102,133,0); }
td.TdClassName
{
border-color: #668500;
}
.TagClassName
{
border-color: #668500;
}
</style>