Shades of Olive Drab #68870A
Tints of Olive Drab #68870A
RGB
CMYK
RGB Variations
Color information
#68870A (or 0x68870A) is known color: Olive Drab. HEX triplet: 68, 87 and 0A. RGB value is (104,135,10). Sum of RGB (Red+Green+Blue) = 104+135+10=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #68870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68870A is #9778F5. Grayscale: #6F6F6F. Windows color (decimal): -9926902 or 690024. OLE color: 690024.
HSL color Cylindrical-coordinate representation of color #68870A: hue angle of 74.88º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68870A is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 10 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.47 |
| HSL | 74.88º | 0.86% | 0.28% | - |
| HSV(B) | 74.88º | 0.93% | 0.53% | - |
| XYZ | 14.43 | 20.29 | 3.44 | - |
| YUV | 111.48 | 70.73 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 10 | 0.23 | 0 | 0.93 | 0.47 | 74.88 | 0.86 | 0.28 |
| Hex | 68 | 87 | A | 17 | 0 | 5D | 2F | 4B | 56 | 1C |
| Octal | 150 | 207 | 12 | 27 | 0 | 135 | 57 | 113 | 126 | 34 |
| Binary | 1101000 | 10000111 | 1010 | 10111 | 0 | 1011101 | 101111 | 1001011 | 1010110 | 11100 |
Color Harmonies of #68870A
Complementary color
Monochromatic Colors of #68870A
Black with #68870A
Text Example
Text Example
White with #68870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68870A; }
p { color: rgb(104,135,10); }
H1.HeaderClassName
{
color: #68870A;
}
.AnyTagClassName
{
color: #68870A;
}
</style>
background-color css
<style>
a { background-color: #68870A; }
a { background-color: rgb(104,135,10); }
div.DivClassName
{
background-color: #68870A;
}
.BgClassName
{
background-color: #68870A;
}
</style>
border-color css
<style>
span { border-color: #68870A; }
span { border-color: rgb(104,135,10); }
td.TdClassName
{
border-color: #68870A;
}
.TagClassName
{
border-color: #68870A;
}
</style>