Shades of Olive #668701
Tints of Olive #668701
RGB
CMYK
RGB Variations
Color information
#668701 (or 0x668701) is known color: Olive. HEX triplet: 66, 87 and 01. RGB value is (102,135,1). Sum of RGB (Red+Green+Blue) = 102+135+1=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #668701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668701 is #9978FE. Grayscale: #6E6E6E. Windows color (decimal): -10057983 or 100198. OLE color: 100198.
HSL color Cylindrical-coordinate representation of color #668701: hue angle of 74.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #668701 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.47 |
| HSL | 74.78º | 0.99% | 0.27% | - |
| HSV(B) | 74.78º | 0.99% | 0.53% | - |
| XYZ | 14.15 | 20.15 | 3.17 | - |
| YUV | 109.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 1 | 0.24 | 0 | 0.99 | 0.47 | 74.78 | 0.99 | 0.27 |
| Hex | 66 | 87 | 1 | 18 | 0 | 63 | 2F | 4B | 63 | 1B |
| Octal | 146 | 207 | 1 | 30 | 0 | 143 | 57 | 113 | 143 | 33 |
| Binary | 1100110 | 10000111 | 1 | 11000 | 0 | 1100011 | 101111 | 1001011 | 1100011 | 11011 |
Color Harmonies of #668701
Complementary color
Monochromatic Colors of #668701
Black with #668701
Text Example
Text Example
White with #668701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668701; }
p { color: rgb(102,135,1); }
H1.HeaderClassName
{
color: #668701;
}
.AnyTagClassName
{
color: #668701;
}
</style>
background-color css
<style>
a { background-color: #668701; }
a { background-color: rgb(102,135,1); }
div.DivClassName
{
background-color: #668701;
}
.BgClassName
{
background-color: #668701;
}
</style>
border-color css
<style>
span { border-color: #668701; }
span { border-color: rgb(102,135,1); }
td.TdClassName
{
border-color: #668701;
}
.TagClassName
{
border-color: #668701;
}
</style>