Shades of Olive #688701
Tints of Olive #688701
RGB
CMYK
RGB Variations
Color information
#688701 (or 0x688701) is known color: Olive. HEX triplet: 68, 87 and 01. RGB value is (104,135,1). Sum of RGB (Red+Green+Blue) = 104+135+1=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #688701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688701 is #9778FE. Grayscale: #6E6E6E. Windows color (decimal): -9926911 or 100200. OLE color: 100200.
HSL color Cylindrical-coordinate representation of color #688701: hue angle of 73.88º degrees, saturation: 0.99, 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 #688701 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.47 |
| HSL | 73.88º | 0.99% | 0.27% | - |
| HSV(B) | 73.88º | 0.99% | 0.53% | - |
| XYZ | 14.38 | 20.27 | 3.18 | - |
| YUV | 110.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 1 | 0.23 | 0 | 0.99 | 0.47 | 73.88 | 0.99 | 0.27 |
| Hex | 68 | 87 | 1 | 17 | 0 | 63 | 2F | 4A | 63 | 1B |
| Octal | 150 | 207 | 1 | 27 | 0 | 143 | 57 | 112 | 143 | 33 |
| Binary | 1101000 | 10000111 | 1 | 10111 | 0 | 1100011 | 101111 | 1001010 | 1100011 | 11011 |
Color Harmonies of #688701
Complementary color
Monochromatic Colors of #688701
Black with #688701
Text Example
Text Example
White with #688701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688701; }
p { color: rgb(104,135,1); }
H1.HeaderClassName
{
color: #688701;
}
.AnyTagClassName
{
color: #688701;
}
</style>
background-color css
<style>
a { background-color: #688701; }
a { background-color: rgb(104,135,1); }
div.DivClassName
{
background-color: #688701;
}
.BgClassName
{
background-color: #688701;
}
</style>
border-color css
<style>
span { border-color: #688701; }
span { border-color: rgb(104,135,1); }
td.TdClassName
{
border-color: #688701;
}
.TagClassName
{
border-color: #688701;
}
</style>