Shades of Olive #688002
Tints of Olive #688002
RGB
CMYK
RGB Variations
Color information
#688002 (or 0x688002) is known color: Olive. HEX triplet: 68, 80 and 02. RGB value is (104,128,2). Sum of RGB (Red+Green+Blue) = 104+128+2=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #688002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688002 is #977FFD. Grayscale: #6A6A6A. Windows color (decimal): -9928702 or 163944. OLE color: 163944.
HSL color Cylindrical-coordinate representation of color #688002: hue angle of 71.43º 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 #688002 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 2 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.50 |
| HSL | 71.43º | 0.97% | 0.25% | - |
| HSV(B) | 71.43º | 0.98% | 0.5% | - |
| XYZ | 13.44 | 18.39 | 2.9 | - |
| YUV | 106.46 | 69.05 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 2 | 0.19 | 0 | 0.98 | 0.50 | 71.43 | 0.97 | 0.25 |
| Hex | 68 | 80 | 2 | 13 | 0 | 62 | 32 | 47 | 61 | 19 |
| Octal | 150 | 200 | 2 | 23 | 0 | 142 | 62 | 107 | 141 | 31 |
| Binary | 1101000 | 10000000 | 10 | 10011 | 0 | 1100010 | 110010 | 1000111 | 1100001 | 11001 |
Color Harmonies of #688002
Complementary color
Monochromatic Colors of #688002
Black with #688002
Text Example
Text Example
White with #688002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688002; }
p { color: rgb(104,128,2); }
H1.HeaderClassName
{
color: #688002;
}
.AnyTagClassName
{
color: #688002;
}
</style>
background-color css
<style>
a { background-color: #688002; }
a { background-color: rgb(104,128,2); }
div.DivClassName
{
background-color: #688002;
}
.BgClassName
{
background-color: #688002;
}
</style>
border-color css
<style>
span { border-color: #688002; }
span { border-color: rgb(104,128,2); }
td.TdClassName
{
border-color: #688002;
}
.TagClassName
{
border-color: #688002;
}
</style>