Shades of Olive #668702
Tints of Olive #668702
RGB
CMYK
RGB Variations
Color information
#668702 (or 0x668702) is known color: Olive. HEX triplet: 66, 87 and 02. RGB value is (102,135,2). Sum of RGB (Red+Green+Blue) = 102+135+2=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #668702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668702 is #9978FD. Grayscale: #6E6E6E. Windows color (decimal): -10057982 or 165734. OLE color: 165734.
HSL color Cylindrical-coordinate representation of color #668702: hue angle of 74.89º degrees, saturation: 0.97, 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 #668702 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.47 |
| HSL | 74.89º | 0.97% | 0.27% | - |
| HSV(B) | 74.89º | 0.99% | 0.53% | - |
| XYZ | 14.15 | 20.16 | 3.2 | - |
| YUV | 109.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 2 | 0.24 | 0 | 0.99 | 0.47 | 74.89 | 0.97 | 0.27 |
| Hex | 66 | 87 | 2 | 18 | 0 | 63 | 2F | 4B | 61 | 1B |
| Octal | 146 | 207 | 2 | 30 | 0 | 143 | 57 | 113 | 141 | 33 |
| Binary | 1100110 | 10000111 | 10 | 11000 | 0 | 1100011 | 101111 | 1001011 | 1100001 | 11011 |
Color Harmonies of #668702
Complementary color
Monochromatic Colors of #668702
Black with #668702
Text Example
Text Example
White with #668702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668702; }
p { color: rgb(102,135,2); }
H1.HeaderClassName
{
color: #668702;
}
.AnyTagClassName
{
color: #668702;
}
</style>
background-color css
<style>
a { background-color: #668702; }
a { background-color: rgb(102,135,2); }
div.DivClassName
{
background-color: #668702;
}
.BgClassName
{
background-color: #668702;
}
</style>
border-color css
<style>
span { border-color: #668702; }
span { border-color: rgb(102,135,2); }
td.TdClassName
{
border-color: #668702;
}
.TagClassName
{
border-color: #668702;
}
</style>