Shades of Olive #687F02
Tints of Olive #687F02
RGB
CMYK
RGB Variations
Color information
#687F02 (or 0x687F02) is known color: Olive. HEX triplet: 68, 7F and 02. RGB value is (104,127,2). Sum of RGB (Red+Green+Blue) = 104+127+2=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #687F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687F02 is #9780FD. Grayscale: #6A6A6A. Windows color (decimal): -9928958 or 163688. OLE color: 163688.
HSL color Cylindrical-coordinate representation of color #687F02: hue angle of 71.04º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #687F02 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 2 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.50 |
| HSL | 71.04º | 0.97% | 0.25% | - |
| HSV(B) | 71.04º | 0.98% | 0.5% | - |
| XYZ | 13.31 | 18.13 | 2.85 | - |
| YUV | 105.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 2 | 0.18 | 0 | 0.98 | 0.50 | 71.04 | 0.97 | 0.25 |
| Hex | 68 | 7F | 2 | 12 | 0 | 62 | 32 | 47 | 61 | 19 |
| Octal | 150 | 177 | 2 | 22 | 0 | 142 | 62 | 107 | 141 | 31 |
| Binary | 1101000 | 1111111 | 10 | 10010 | 0 | 1100010 | 110010 | 1000111 | 1100001 | 11001 |
Color Harmonies of #687F02
Complementary color
Monochromatic Colors of #687F02
Black with #687F02
Text Example
Text Example
White with #687F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F02; }
p { color: rgb(104,127,2); }
H1.HeaderClassName
{
color: #687F02;
}
.AnyTagClassName
{
color: #687F02;
}
</style>
background-color css
<style>
a { background-color: #687F02; }
a { background-color: rgb(104,127,2); }
div.DivClassName
{
background-color: #687F02;
}
.BgClassName
{
background-color: #687F02;
}
</style>
border-color css
<style>
span { border-color: #687F02; }
span { border-color: rgb(104,127,2); }
td.TdClassName
{
border-color: #687F02;
}
.TagClassName
{
border-color: #687F02;
}
</style>