Shades of Olive #688201
Tints of Olive #688201
RGB
CMYK
RGB Variations
Color information
#688201 (or 0x688201) is known color: Olive. HEX triplet: 68, 82 and 01. RGB value is (104,130,1). Sum of RGB (Red+Green+Blue) = 104+130+1=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #688201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688201 is #977DFE. Grayscale: #6C6C6C. Windows color (decimal): -9928191 or 98920. OLE color: 98920.
HSL color Cylindrical-coordinate representation of color #688201: hue angle of 72.09º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #688201 is Cyan = 0.2, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 1 | - |
| CMYK | 0.2 | 0 | 0.99 | 0.49 |
| HSL | 72.09º | 0.98% | 0.26% | - |
| HSV(B) | 72.09º | 0.99% | 0.51% | - |
| XYZ | 13.7 | 18.91 | 2.96 | - |
| YUV | 107.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 1 | 0.2 | 0 | 0.99 | 0.49 | 72.09 | 0.98 | 0.26 |
| Hex | 68 | 82 | 1 | 14 | 0 | 63 | 31 | 48 | 62 | 1A |
| Octal | 150 | 202 | 1 | 24 | 0 | 143 | 61 | 110 | 142 | 32 |
| Binary | 1101000 | 10000010 | 1 | 10100 | 0 | 1100011 | 110001 | 1001000 | 1100010 | 11010 |
Color Harmonies of #688201
Complementary color
Monochromatic Colors of #688201
Black with #688201
Text Example
Text Example
White with #688201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688201; }
p { color: rgb(104,130,1); }
H1.HeaderClassName
{
color: #688201;
}
.AnyTagClassName
{
color: #688201;
}
</style>
background-color css
<style>
a { background-color: #688201; }
a { background-color: rgb(104,130,1); }
div.DivClassName
{
background-color: #688201;
}
.BgClassName
{
background-color: #688201;
}
</style>
border-color css
<style>
span { border-color: #688201; }
span { border-color: rgb(104,130,1); }
td.TdClassName
{
border-color: #688201;
}
.TagClassName
{
border-color: #688201;
}
</style>