Shades of Olive Drab #68980B
Tints of Olive Drab #68980B
RGB
CMYK
RGB Variations
Color information
#68980B (or 0x68980B) is known color: Olive Drab. HEX triplet: 68, 98 and 0B. RGB value is (104,152,11). Sum of RGB (Red+Green+Blue) = 104+152+11=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #68980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68980B is #9767F4. Grayscale: #7A7A7A. Windows color (decimal): -9922549 or 759912. OLE color: 759912.
HSL color Cylindrical-coordinate representation of color #68980B: hue angle of 80.43º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68980B is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 11 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.40 |
| HSL | 80.43º | 0.87% | 0.32% | - |
| HSV(B) | 80.43º | 0.93% | 0.6% | - |
| XYZ | 17 | 25.42 | 4.33 | - |
| YUV | 121.57 | 65.6 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 11 | 0.32 | 0 | 0.93 | 0.40 | 80.43 | 0.87 | 0.32 |
| Hex | 68 | 98 | B | 20 | 0 | 5D | 28 | 50 | 57 | 20 |
| Octal | 150 | 230 | 13 | 40 | 0 | 135 | 50 | 120 | 127 | 40 |
| Binary | 1101000 | 10011000 | 1011 | 100000 | 0 | 1011101 | 101000 | 1010000 | 1010111 | 100000 |
Color Harmonies of #68980B
Complementary color
Monochromatic Colors of #68980B
Black with #68980B
Text Example
Text Example
White with #68980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68980B; }
p { color: rgb(104,152,11); }
H1.HeaderClassName
{
color: #68980B;
}
.AnyTagClassName
{
color: #68980B;
}
</style>
background-color css
<style>
a { background-color: #68980B; }
a { background-color: rgb(104,152,11); }
div.DivClassName
{
background-color: #68980B;
}
.BgClassName
{
background-color: #68980B;
}
</style>
border-color css
<style>
span { border-color: #68980B; }
span { border-color: rgb(104,152,11); }
td.TdClassName
{
border-color: #68980B;
}
.TagClassName
{
border-color: #68980B;
}
</style>