Shades of Olive Drab #68990F
Tints of Olive Drab #68990F
RGB
CMYK
RGB Variations
Color information
#68990F (or 0x68990F) is known color: Olive Drab. HEX triplet: 68, 99 and 0F. RGB value is (104,153,15). Sum of RGB (Red+Green+Blue) = 104+153+15=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #68990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68990F is #9766F0. Grayscale: #7B7B7B. Windows color (decimal): -9922289 or 1022312. OLE color: 1022312.
HSL color Cylindrical-coordinate representation of color #68990F: hue angle of 81.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68990F is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 15 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.4 |
| HSL | 81.3º | 0.82% | 0.33% | - |
| HSV(B) | 81.3º | 0.9% | 0.6% | - |
| XYZ | 17.19 | 25.76 | 4.52 | - |
| YUV | 122.62 | 67.27 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 15 | 0.32 | 0 | 0.90 | 0.4 | 81.3 | 0.82 | 0.33 |
| Hex | 68 | 99 | F | 20 | 0 | 5A | 28 | 51 | 52 | 21 |
| Octal | 150 | 231 | 17 | 40 | 0 | 132 | 50 | 121 | 122 | 41 |
| Binary | 1101000 | 10011001 | 1111 | 100000 | 0 | 1011010 | 101000 | 1010001 | 1010010 | 100001 |
Color Harmonies of #68990F
Complementary color
Monochromatic Colors of #68990F
Black with #68990F
Text Example
Text Example
White with #68990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68990F; }
p { color: rgb(104,153,15); }
H1.HeaderClassName
{
color: #68990F;
}
.AnyTagClassName
{
color: #68990F;
}
</style>
background-color css
<style>
a { background-color: #68990F; }
a { background-color: rgb(104,153,15); }
div.DivClassName
{
background-color: #68990F;
}
.BgClassName
{
background-color: #68990F;
}
</style>
border-color css
<style>
span { border-color: #68990F; }
span { border-color: rgb(104,153,15); }
td.TdClassName
{
border-color: #68990F;
}
.TagClassName
{
border-color: #68990F;
}
</style>