Shades of Olive Drab #68950B
Tints of Olive Drab #68950B
RGB
CMYK
RGB Variations
Color information
#68950B (or 0x68950B) is known color: Olive Drab. HEX triplet: 68, 95 and 0B. RGB value is (104,149,11). Sum of RGB (Red+Green+Blue) = 104+149+11=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #68950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68950B is #976AF4. Grayscale: #787878. Windows color (decimal): -9923317 or 759144. OLE color: 759144.
HSL color Cylindrical-coordinate representation of color #68950B: hue angle of 79.57º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68950B is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 11 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.42 |
| HSL | 79.57º | 0.86% | 0.31% | - |
| HSV(B) | 79.57º | 0.93% | 0.58% | - |
| XYZ | 16.52 | 24.46 | 4.17 | - |
| YUV | 119.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 11 | 0.30 | 0 | 0.93 | 0.42 | 79.57 | 0.86 | 0.31 |
| Hex | 68 | 95 | B | 1E | 0 | 5D | 2A | 50 | 56 | 1F |
| Octal | 150 | 225 | 13 | 36 | 0 | 135 | 52 | 120 | 126 | 37 |
| Binary | 1101000 | 10010101 | 1011 | 11110 | 0 | 1011101 | 101010 | 1010000 | 1010110 | 11111 |
Color Harmonies of #68950B
Complementary color
Monochromatic Colors of #68950B
Black with #68950B
Text Example
Text Example
White with #68950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68950B; }
p { color: rgb(104,149,11); }
H1.HeaderClassName
{
color: #68950B;
}
.AnyTagClassName
{
color: #68950B;
}
</style>
background-color css
<style>
a { background-color: #68950B; }
a { background-color: rgb(104,149,11); }
div.DivClassName
{
background-color: #68950B;
}
.BgClassName
{
background-color: #68950B;
}
</style>
border-color css
<style>
span { border-color: #68950B; }
span { border-color: rgb(104,149,11); }
td.TdClassName
{
border-color: #68950B;
}
.TagClassName
{
border-color: #68950B;
}
</style>