Shades of Olive Drab #68870C
Tints of Olive Drab #68870C
RGB
CMYK
RGB Variations
Color information
#68870C (or 0x68870C) is known color: Olive Drab. HEX triplet: 68, 87 and 0C. RGB value is (104,135,12). Sum of RGB (Red+Green+Blue) = 104+135+12=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #68870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68870C is #9778F3. Grayscale: #707070. Windows color (decimal): -9926900 or 821096. OLE color: 821096.
HSL color Cylindrical-coordinate representation of color #68870C: hue angle of 75.12º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68870C is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 12 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.47 |
| HSL | 75.12º | 0.84% | 0.29% | - |
| HSV(B) | 75.12º | 0.91% | 0.53% | - |
| XYZ | 14.44 | 20.3 | 3.5 | - |
| YUV | 111.71 | 71.73 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 12 | 0.23 | 0 | 0.91 | 0.47 | 75.12 | 0.84 | 0.29 |
| Hex | 68 | 87 | C | 17 | 0 | 5B | 2F | 4B | 54 | 1D |
| Octal | 150 | 207 | 14 | 27 | 0 | 133 | 57 | 113 | 124 | 35 |
| Binary | 1101000 | 10000111 | 1100 | 10111 | 0 | 1011011 | 101111 | 1001011 | 1010100 | 11101 |
Color Harmonies of #68870C
Complementary color
Monochromatic Colors of #68870C
Black with #68870C
Text Example
Text Example
White with #68870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68870C; }
p { color: rgb(104,135,12); }
H1.HeaderClassName
{
color: #68870C;
}
.AnyTagClassName
{
color: #68870C;
}
</style>
background-color css
<style>
a { background-color: #68870C; }
a { background-color: rgb(104,135,12); }
div.DivClassName
{
background-color: #68870C;
}
.BgClassName
{
background-color: #68870C;
}
</style>
border-color css
<style>
span { border-color: #68870C; }
span { border-color: rgb(104,135,12); }
td.TdClassName
{
border-color: #68870C;
}
.TagClassName
{
border-color: #68870C;
}
</style>