Shades of Olive #687A02
Tints of Olive #687A02
RGB
CMYK
RGB Variations
Color information
#687A02 (or 0x687A02) is known color: Olive. HEX triplet: 68, 7A and 02. RGB value is (104,122,2). Sum of RGB (Red+Green+Blue) = 104+122+2=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #687A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687A02 is #9785FD. Grayscale: #676767. Windows color (decimal): -9930238 or 162408. OLE color: 162408.
HSL color Cylindrical-coordinate representation of color #687A02: hue angle of 69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #687A02 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 122 | 2 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.52 |
| HSL | 69º | 0.97% | 0.24% | - |
| HSV(B) | 69º | 0.98% | 0.48% | - |
| XYZ | 12.68 | 16.87 | 2.64 | - |
| YUV | 102.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 2 | 0.15 | 0 | 0.98 | 0.52 | 69 | 0.97 | 0.24 |
| Hex | 68 | 7A | 2 | F | 0 | 62 | 34 | 45 | 61 | 18 |
| Octal | 150 | 172 | 2 | 17 | 0 | 142 | 64 | 105 | 141 | 30 |
| Binary | 1101000 | 1111010 | 10 | 1111 | 0 | 1100010 | 110100 | 1000101 | 1100001 | 11000 |
Color Harmonies of #687A02
Complementary color
Monochromatic Colors of #687A02
Black with #687A02
Text Example
Text Example
White with #687A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A02; }
p { color: rgb(104,122,2); }
H1.HeaderClassName
{
color: #687A02;
}
.AnyTagClassName
{
color: #687A02;
}
</style>
background-color css
<style>
a { background-color: #687A02; }
a { background-color: rgb(104,122,2); }
div.DivClassName
{
background-color: #687A02;
}
.BgClassName
{
background-color: #687A02;
}
</style>
border-color css
<style>
span { border-color: #687A02; }
span { border-color: rgb(104,122,2); }
td.TdClassName
{
border-color: #687A02;
}
.TagClassName
{
border-color: #687A02;
}
</style>