Shades of Olive Drab #68950C
Tints of Olive Drab #68950C
RGB
CMYK
RGB Variations
Color information
#68950C (or 0x68950C) is known color: Olive Drab. HEX triplet: 68, 95 and 0C. RGB value is (104,149,12). Sum of RGB (Red+Green+Blue) = 104+149+12=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #68950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68950C is #976AF3. Grayscale: #787878. Windows color (decimal): -9923316 or 824680. OLE color: 824680.
HSL color Cylindrical-coordinate representation of color #68950C: hue angle of 79.71º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68950C is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 12 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.42 |
| HSL | 79.71º | 0.85% | 0.32% | - |
| HSV(B) | 79.71º | 0.92% | 0.58% | - |
| XYZ | 16.52 | 24.46 | 4.2 | - |
| YUV | 119.93 | 67.09 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 12 | 0.30 | 0 | 0.92 | 0.42 | 79.71 | 0.85 | 0.32 |
| Hex | 68 | 95 | C | 1E | 0 | 5C | 2A | 50 | 55 | 20 |
| Octal | 150 | 225 | 14 | 36 | 0 | 134 | 52 | 120 | 125 | 40 |
| Binary | 1101000 | 10010101 | 1100 | 11110 | 0 | 1011100 | 101010 | 1010000 | 1010101 | 100000 |
Color Harmonies of #68950C
Complementary color
Monochromatic Colors of #68950C
Black with #68950C
Text Example
Text Example
White with #68950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68950C; }
p { color: rgb(104,149,12); }
H1.HeaderClassName
{
color: #68950C;
}
.AnyTagClassName
{
color: #68950C;
}
</style>
background-color css
<style>
a { background-color: #68950C; }
a { background-color: rgb(104,149,12); }
div.DivClassName
{
background-color: #68950C;
}
.BgClassName
{
background-color: #68950C;
}
</style>
border-color css
<style>
span { border-color: #68950C; }
span { border-color: rgb(104,149,12); }
td.TdClassName
{
border-color: #68950C;
}
.TagClassName
{
border-color: #68950C;
}
</style>