Shades of Olive #686F05
Tints of Olive #686F05
RGB
CMYK
RGB Variations
Color information
#686F05 (or 0x686F05) is known color: Olive. HEX triplet: 68, 6F and 05. RGB value is (104,111,5). Sum of RGB (Red+Green+Blue) = 104+111+5=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #686F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686F05 is #9790FA. Grayscale: #616161. Windows color (decimal): -9933051 or 356200. OLE color: 356200.
HSL color Cylindrical-coordinate representation of color #686F05: hue angle of 63.96º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #686F05 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 5 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.56 |
| HSL | 63.96º | 0.91% | 0.23% | - |
| HSV(B) | 63.96º | 0.95% | 0.44% | - |
| XYZ | 11.42 | 14.32 | 2.31 | - |
| YUV | 96.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 5 | 0.06 | 0 | 0.95 | 0.56 | 63.96 | 0.91 | 0.23 |
| Hex | 68 | 6F | 5 | 6 | 0 | 5F | 38 | 40 | 5B | 17 |
| Octal | 150 | 157 | 5 | 6 | 0 | 137 | 70 | 100 | 133 | 27 |
| Binary | 1101000 | 1101111 | 101 | 110 | 0 | 1011111 | 111000 | 1000000 | 1011011 | 10111 |
Color Harmonies of #686F05
Complementary color
Monochromatic Colors of #686F05
Black with #686F05
Text Example
Text Example
White with #686F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F05; }
p { color: rgb(104,111,5); }
H1.HeaderClassName
{
color: #686F05;
}
.AnyTagClassName
{
color: #686F05;
}
</style>
background-color css
<style>
a { background-color: #686F05; }
a { background-color: rgb(104,111,5); }
div.DivClassName
{
background-color: #686F05;
}
.BgClassName
{
background-color: #686F05;
}
</style>
border-color css
<style>
span { border-color: #686F05; }
span { border-color: rgb(104,111,5); }
td.TdClassName
{
border-color: #686F05;
}
.TagClassName
{
border-color: #686F05;
}
</style>