Shades of Olive #687E02
Tints of Olive #687E02
RGB
CMYK
RGB Variations
Color information
#687E02 (or 0x687E02) is known color: Olive. HEX triplet: 68, 7E and 02. RGB value is (104,126,2). Sum of RGB (Red+Green+Blue) = 104+126+2=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #687E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687E02 is #9781FD. Grayscale: #696969. Windows color (decimal): -9929214 or 163432. OLE color: 163432.
HSL color Cylindrical-coordinate representation of color #687E02: hue angle of 70.65º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #687E02 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 126 | 2 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.51 |
| HSL | 70.65º | 0.97% | 0.25% | - |
| HSV(B) | 70.65º | 0.98% | 0.49% | - |
| XYZ | 13.18 | 17.87 | 2.81 | - |
| YUV | 105.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 2 | 0.17 | 0 | 0.98 | 0.51 | 70.65 | 0.97 | 0.25 |
| Hex | 68 | 7E | 2 | 11 | 0 | 62 | 33 | 47 | 61 | 19 |
| Octal | 150 | 176 | 2 | 21 | 0 | 142 | 63 | 107 | 141 | 31 |
| Binary | 1101000 | 1111110 | 10 | 10001 | 0 | 1100010 | 110011 | 1000111 | 1100001 | 11001 |
Color Harmonies of #687E02
Complementary color
Monochromatic Colors of #687E02
Black with #687E02
Text Example
Text Example
White with #687E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E02; }
p { color: rgb(104,126,2); }
H1.HeaderClassName
{
color: #687E02;
}
.AnyTagClassName
{
color: #687E02;
}
</style>
background-color css
<style>
a { background-color: #687E02; }
a { background-color: rgb(104,126,2); }
div.DivClassName
{
background-color: #687E02;
}
.BgClassName
{
background-color: #687E02;
}
</style>
border-color css
<style>
span { border-color: #687E02; }
span { border-color: rgb(104,126,2); }
td.TdClassName
{
border-color: #687E02;
}
.TagClassName
{
border-color: #687E02;
}
</style>