Shades of Olive Drab #68940A
Tints of Olive Drab #68940A
RGB
CMYK
RGB Variations
Color information
#68940A (or 0x68940A) is known color: Olive Drab. HEX triplet: 68, 94 and 0A. RGB value is (104,148,10). Sum of RGB (Red+Green+Blue) = 104+148+10=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #68940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68940A is #976BF5. Grayscale: #777777. Windows color (decimal): -9923574 or 693352. OLE color: 693352.
HSL color Cylindrical-coordinate representation of color #68940A: hue angle of 79.13º degrees, saturation: 0.87, 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 #68940A is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 10 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.42 |
| HSL | 79.13º | 0.87% | 0.31% | - |
| HSV(B) | 79.13º | 0.93% | 0.58% | - |
| XYZ | 16.35 | 24.14 | 4.09 | - |
| YUV | 119.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 10 | 0.30 | 0 | 0.93 | 0.42 | 79.13 | 0.87 | 0.31 |
| Hex | 68 | 94 | A | 1E | 0 | 5D | 2A | 4F | 57 | 1F |
| Octal | 150 | 224 | 12 | 36 | 0 | 135 | 52 | 117 | 127 | 37 |
| Binary | 1101000 | 10010100 | 1010 | 11110 | 0 | 1011101 | 101010 | 1001111 | 1010111 | 11111 |
Color Harmonies of #68940A
Complementary color
Monochromatic Colors of #68940A
Black with #68940A
Text Example
Text Example
White with #68940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68940A; }
p { color: rgb(104,148,10); }
H1.HeaderClassName
{
color: #68940A;
}
.AnyTagClassName
{
color: #68940A;
}
</style>
background-color css
<style>
a { background-color: #68940A; }
a { background-color: rgb(104,148,10); }
div.DivClassName
{
background-color: #68940A;
}
.BgClassName
{
background-color: #68940A;
}
</style>
border-color css
<style>
span { border-color: #68940A; }
span { border-color: rgb(104,148,10); }
td.TdClassName
{
border-color: #68940A;
}
.TagClassName
{
border-color: #68940A;
}
</style>