Shades of Olive Drab #6D980F
Tints of Olive Drab #6D980F
RGB
CMYK
RGB Variations
Color information
#6D980F (or 0x6D980F) is known color: Olive Drab. HEX triplet: 6D, 98 and 0F. RGB value is (109,152,15). Sum of RGB (Red+Green+Blue) = 109+152+15=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #6D980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D980F is #9267F0. Grayscale: #7C7C7C. Windows color (decimal): -9594865 or 1022061. OLE color: 1022061.
HSL color Cylindrical-coordinate representation of color #6D980F: hue angle of 78.83º 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 #6D980F is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 152 | 15 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.40 |
| HSL | 78.83º | 0.82% | 0.33% | - |
| HSV(B) | 78.83º | 0.9% | 0.6% | - |
| XYZ | 17.62 | 25.74 | 4.49 | - |
| YUV | 123.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 15 | 0.28 | 0 | 0.90 | 0.40 | 78.83 | 0.82 | 0.33 |
| Hex | 6D | 98 | F | 1C | 0 | 5A | 28 | 4F | 52 | 21 |
| Octal | 155 | 230 | 17 | 34 | 0 | 132 | 50 | 117 | 122 | 41 |
| Binary | 1101101 | 10011000 | 1111 | 11100 | 0 | 1011010 | 101000 | 1001111 | 1010010 | 100001 |
Color Harmonies of #6D980F
Complementary color
Monochromatic Colors of #6D980F
Black with #6D980F
Text Example
Text Example
White with #6D980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D980F; }
p { color: rgb(109,152,15); }
H1.HeaderClassName
{
color: #6D980F;
}
.AnyTagClassName
{
color: #6D980F;
}
</style>
background-color css
<style>
a { background-color: #6D980F; }
a { background-color: rgb(109,152,15); }
div.DivClassName
{
background-color: #6D980F;
}
.BgClassName
{
background-color: #6D980F;
}
</style>
border-color css
<style>
span { border-color: #6D980F; }
span { border-color: rgb(109,152,15); }
td.TdClassName
{
border-color: #6D980F;
}
.TagClassName
{
border-color: #6D980F;
}
</style>