Shades of Olive Drab #68930B
Tints of Olive Drab #68930B
RGB
CMYK
RGB Variations
Color information
#68930B (or 0x68930B) is known color: Olive Drab. HEX triplet: 68, 93 and 0B. RGB value is (104,147,11). Sum of RGB (Red+Green+Blue) = 104+147+11=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #68930B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68930B is #976CF4. Grayscale: #777777. Windows color (decimal): -9923829 or 758632. OLE color: 758632.
HSL color Cylindrical-coordinate representation of color #68930B: hue angle of 78.97º 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 #68930B is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 11 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.42 |
| HSL | 78.97º | 0.86% | 0.31% | - |
| HSV(B) | 78.97º | 0.93% | 0.58% | - |
| XYZ | 16.2 | 23.83 | 4.06 | - |
| YUV | 118.64 | 67.25 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 11 | 0.29 | 0 | 0.93 | 0.42 | 78.97 | 0.86 | 0.31 |
| Hex | 68 | 93 | B | 1D | 0 | 5D | 2A | 4F | 56 | 1F |
| Octal | 150 | 223 | 13 | 35 | 0 | 135 | 52 | 117 | 126 | 37 |
| Binary | 1101000 | 10010011 | 1011 | 11101 | 0 | 1011101 | 101010 | 1001111 | 1010110 | 11111 |
Color Harmonies of #68930B
Complementary color
Monochromatic Colors of #68930B
Black with #68930B
Text Example
Text Example
White with #68930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68930B; }
p { color: rgb(104,147,11); }
H1.HeaderClassName
{
color: #68930B;
}
.AnyTagClassName
{
color: #68930B;
}
</style>
background-color css
<style>
a { background-color: #68930B; }
a { background-color: rgb(104,147,11); }
div.DivClassName
{
background-color: #68930B;
}
.BgClassName
{
background-color: #68930B;
}
</style>
border-color css
<style>
span { border-color: #68930B; }
span { border-color: rgb(104,147,11); }
td.TdClassName
{
border-color: #68930B;
}
.TagClassName
{
border-color: #68930B;
}
</style>