Shades of Olive Drab #68951D
Tints of Olive Drab #68951D
RGB
CMYK
RGB Variations
Color information
#68951D (or 0x68951D) is known color: Olive Drab. HEX triplet: 68, 95 and 1D. RGB value is (104,149,29). Sum of RGB (Red+Green+Blue) = 104+149+29=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #68951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68951D is #976AE2. Grayscale: #7A7A7A. Windows color (decimal): -9923299 or 1938792. OLE color: 1938792.
HSL color Cylindrical-coordinate representation of color #68951D: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68951D is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 29 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.42 |
| HSL | 82.5º | 0.67% | 0.35% | - |
| HSV(B) | 82.5º | 0.81% | 0.58% | - |
| XYZ | 16.68 | 24.53 | 5.02 | - |
| YUV | 121.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 29 | 0.30 | 0 | 0.81 | 0.42 | 82.5 | 0.67 | 0.35 |
| Hex | 68 | 95 | 1D | 1E | 0 | 51 | 2A | 52 | 43 | 23 |
| Octal | 150 | 225 | 35 | 36 | 0 | 121 | 52 | 122 | 103 | 43 |
| Binary | 1101000 | 10010101 | 11101 | 11110 | 0 | 1010001 | 101010 | 1010010 | 1000011 | 100011 |
Color Harmonies of #68951D
Complementary color
Monochromatic Colors of #68951D
Black with #68951D
Text Example
Text Example
White with #68951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68951D; }
p { color: rgb(104,149,29); }
H1.HeaderClassName
{
color: #68951D;
}
.AnyTagClassName
{
color: #68951D;
}
</style>
background-color css
<style>
a { background-color: #68951D; }
a { background-color: rgb(104,149,29); }
div.DivClassName
{
background-color: #68951D;
}
.BgClassName
{
background-color: #68951D;
}
</style>
border-color css
<style>
span { border-color: #68951D; }
span { border-color: rgb(104,149,29); }
td.TdClassName
{
border-color: #68951D;
}
.TagClassName
{
border-color: #68951D;
}
</style>