Shades of Olive Drab #68921E
Tints of Olive Drab #68921E
RGB
CMYK
RGB Variations
Color information
#68921E (or 0x68921E) is known color: Olive Drab. HEX triplet: 68, 92 and 1E. RGB value is (104,146,30). Sum of RGB (Red+Green+Blue) = 104+146+30=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #68921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68921E is #976DE1. Grayscale: #787878. Windows color (decimal): -9924066 or 2003560. OLE color: 2003560.
HSL color Cylindrical-coordinate representation of color #68921E: hue angle of 81.72º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68921E is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 30 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.43 |
| HSL | 81.72º | 0.66% | 0.35% | - |
| HSV(B) | 81.72º | 0.79% | 0.57% | - |
| XYZ | 16.22 | 23.59 | 4.93 | - |
| YUV | 120.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 30 | 0.29 | 0 | 0.79 | 0.43 | 81.72 | 0.66 | 0.35 |
| Hex | 68 | 92 | 1E | 1D | 0 | 4F | 2B | 52 | 42 | 23 |
| Octal | 150 | 222 | 36 | 35 | 0 | 117 | 53 | 122 | 102 | 43 |
| Binary | 1101000 | 10010010 | 11110 | 11101 | 0 | 1001111 | 101011 | 1010010 | 1000010 | 100011 |
Color Harmonies of #68921E
Complementary color
Monochromatic Colors of #68921E
Black with #68921E
Text Example
Text Example
White with #68921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68921E; }
p { color: rgb(104,146,30); }
H1.HeaderClassName
{
color: #68921E;
}
.AnyTagClassName
{
color: #68921E;
}
</style>
background-color css
<style>
a { background-color: #68921E; }
a { background-color: rgb(104,146,30); }
div.DivClassName
{
background-color: #68921E;
}
.BgClassName
{
background-color: #68921E;
}
</style>
border-color css
<style>
span { border-color: #68921E; }
span { border-color: rgb(104,146,30); }
td.TdClassName
{
border-color: #68921E;
}
.TagClassName
{
border-color: #68921E;
}
</style>