Shades of Olive Drab #67980A
Tints of Olive Drab #67980A
RGB
CMYK
RGB Variations
Color information
#67980A (or 0x67980A) is known color: Olive Drab. HEX triplet: 67, 98 and 0A. RGB value is (103,152,10). Sum of RGB (Red+Green+Blue) = 103+152+10=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #67980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67980A is #9867F5. Grayscale: #797979. Windows color (decimal): -9988086 or 694375. OLE color: 694375.
HSL color Cylindrical-coordinate representation of color #67980A: hue angle of 80.7º degrees, saturation: 0.88, 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 #67980A is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 10 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.40 |
| HSL | 80.7º | 0.88% | 0.32% | - |
| HSV(B) | 80.7º | 0.93% | 0.6% | - |
| XYZ | 16.88 | 25.36 | 4.29 | - |
| YUV | 121.16 | 65.27 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 10 | 0.32 | 0 | 0.93 | 0.40 | 80.7 | 0.88 | 0.32 |
| Hex | 67 | 98 | A | 20 | 0 | 5D | 28 | 51 | 58 | 20 |
| Octal | 147 | 230 | 12 | 40 | 0 | 135 | 50 | 121 | 130 | 40 |
| Binary | 1100111 | 10011000 | 1010 | 100000 | 0 | 1011101 | 101000 | 1010001 | 1011000 | 100000 |
Color Harmonies of #67980A
Complementary color
Monochromatic Colors of #67980A
Black with #67980A
Text Example
Text Example
White with #67980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67980A; }
p { color: rgb(103,152,10); }
H1.HeaderClassName
{
color: #67980A;
}
.AnyTagClassName
{
color: #67980A;
}
</style>
background-color css
<style>
a { background-color: #67980A; }
a { background-color: rgb(103,152,10); }
div.DivClassName
{
background-color: #67980A;
}
.BgClassName
{
background-color: #67980A;
}
</style>
border-color css
<style>
span { border-color: #67980A; }
span { border-color: rgb(103,152,10); }
td.TdClassName
{
border-color: #67980A;
}
.TagClassName
{
border-color: #67980A;
}
</style>