Shades of Olive #688303
Tints of Olive #688303
RGB
CMYK
RGB Variations
Color information
#688303 (or 0x688303) is known color: Olive. HEX triplet: 68, 83 and 03. RGB value is (104,131,3). Sum of RGB (Red+Green+Blue) = 104+131+3=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #688303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688303 is #977CFC. Grayscale: #6C6C6C. Windows color (decimal): -9927933 or 230248. OLE color: 230248.
HSL color Cylindrical-coordinate representation of color #688303: hue angle of 72.66º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #688303 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 3 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.49 |
| HSL | 72.66º | 0.96% | 0.26% | - |
| HSV(B) | 72.66º | 0.98% | 0.51% | - |
| XYZ | 13.84 | 19.18 | 3.06 | - |
| YUV | 108.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 3 | 0.21 | 0 | 0.98 | 0.49 | 72.66 | 0.96 | 0.26 |
| Hex | 68 | 83 | 3 | 15 | 0 | 62 | 31 | 49 | 60 | 1A |
| Octal | 150 | 203 | 3 | 25 | 0 | 142 | 61 | 111 | 140 | 32 |
| Binary | 1101000 | 10000011 | 11 | 10101 | 0 | 1100010 | 110001 | 1001001 | 1100000 | 11010 |
Color Harmonies of #688303
Complementary color
Monochromatic Colors of #688303
Black with #688303
Text Example
Text Example
White with #688303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688303; }
p { color: rgb(104,131,3); }
H1.HeaderClassName
{
color: #688303;
}
.AnyTagClassName
{
color: #688303;
}
</style>
background-color css
<style>
a { background-color: #688303; }
a { background-color: rgb(104,131,3); }
div.DivClassName
{
background-color: #688303;
}
.BgClassName
{
background-color: #688303;
}
</style>
border-color css
<style>
span { border-color: #688303; }
span { border-color: rgb(104,131,3); }
td.TdClassName
{
border-color: #688303;
}
.TagClassName
{
border-color: #688303;
}
</style>