Shades of Olive Drab #6A980F
Tints of Olive Drab #6A980F
RGB
CMYK
RGB Variations
Color information
#6A980F (or 0x6A980F) is known color: Olive Drab. HEX triplet: 6A, 98 and 0F. RGB value is (106,152,15). Sum of RGB (Red+Green+Blue) = 106+152+15=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #6A980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A980F is #9567F0. Grayscale: #7B7B7B. Windows color (decimal): -9791473 or 1022058. OLE color: 1022058.
HSL color Cylindrical-coordinate representation of color #6A980F: hue angle of 80.15º 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 #6A980F is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 152 | 15 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.40 |
| HSL | 80.15º | 0.82% | 0.33% | - |
| HSV(B) | 80.15º | 0.9% | 0.6% | - |
| XYZ | 17.26 | 25.56 | 4.47 | - |
| YUV | 122.63 | 67.26 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 152 | 15 | 0.30 | 0 | 0.90 | 0.40 | 80.15 | 0.82 | 0.33 |
| Hex | 6A | 98 | F | 1E | 0 | 5A | 28 | 50 | 52 | 21 |
| Octal | 152 | 230 | 17 | 36 | 0 | 132 | 50 | 120 | 122 | 41 |
| Binary | 1101010 | 10011000 | 1111 | 11110 | 0 | 1011010 | 101000 | 1010000 | 1010010 | 100001 |
Color Harmonies of #6A980F
Complementary color
Monochromatic Colors of #6A980F
Black with #6A980F
Text Example
Text Example
White with #6A980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A980F; }
p { color: rgb(106,152,15); }
H1.HeaderClassName
{
color: #6A980F;
}
.AnyTagClassName
{
color: #6A980F;
}
</style>
background-color css
<style>
a { background-color: #6A980F; }
a { background-color: rgb(106,152,15); }
div.DivClassName
{
background-color: #6A980F;
}
.BgClassName
{
background-color: #6A980F;
}
</style>
border-color css
<style>
span { border-color: #6A980F; }
span { border-color: rgb(106,152,15); }
td.TdClassName
{
border-color: #6A980F;
}
.TagClassName
{
border-color: #6A980F;
}
</style>