Shades of Olive #687A05
Tints of Olive #687A05
RGB
CMYK
RGB Variations
Color information
#687A05 (or 0x687A05) is known color: Olive. HEX triplet: 68, 7A and 05. RGB value is (104,122,5). Sum of RGB (Red+Green+Blue) = 104+122+5=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #687A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687A05 is #9785FA. Grayscale: #676767. Windows color (decimal): -9930235 or 359016. OLE color: 359016.
HSL color Cylindrical-coordinate representation of color #687A05: hue angle of 69.23º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #687A05 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 122 | 5 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.52 |
| HSL | 69.23º | 0.92% | 0.25% | - |
| HSV(B) | 69.23º | 0.96% | 0.48% | - |
| XYZ | 12.7 | 16.87 | 2.73 | - |
| YUV | 103.28 | 72.54 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 5 | 0.15 | 0 | 0.96 | 0.52 | 69.23 | 0.92 | 0.25 |
| Hex | 68 | 7A | 5 | F | 0 | 60 | 34 | 45 | 5C | 19 |
| Octal | 150 | 172 | 5 | 17 | 0 | 140 | 64 | 105 | 134 | 31 |
| Binary | 1101000 | 1111010 | 101 | 1111 | 0 | 1100000 | 110100 | 1000101 | 1011100 | 11001 |
Color Harmonies of #687A05
Complementary color
Monochromatic Colors of #687A05
Black with #687A05
Text Example
Text Example
White with #687A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A05; }
p { color: rgb(104,122,5); }
H1.HeaderClassName
{
color: #687A05;
}
.AnyTagClassName
{
color: #687A05;
}
</style>
background-color css
<style>
a { background-color: #687A05; }
a { background-color: rgb(104,122,5); }
div.DivClassName
{
background-color: #687A05;
}
.BgClassName
{
background-color: #687A05;
}
</style>
border-color css
<style>
span { border-color: #687A05; }
span { border-color: rgb(104,122,5); }
td.TdClassName
{
border-color: #687A05;
}
.TagClassName
{
border-color: #687A05;
}
</style>