Shades of Olive Drab #6D970F
Tints of Olive Drab #6D970F
RGB
CMYK
RGB Variations
Color information
#6D970F (or 0x6D970F) is known color: Olive Drab. HEX triplet: 6D, 97 and 0F. RGB value is (109,151,15). Sum of RGB (Red+Green+Blue) = 109+151+15=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #6D970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D970F is #9268F0. Grayscale: #7B7B7B. Windows color (decimal): -9595121 or 1021805. OLE color: 1021805.
HSL color Cylindrical-coordinate representation of color #6D970F: hue angle of 78.53º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D970F is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 15 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.41 |
| HSL | 78.53º | 0.82% | 0.33% | - |
| HSV(B) | 78.53º | 0.9% | 0.59% | - |
| XYZ | 17.46 | 25.42 | 4.44 | - |
| YUV | 122.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 15 | 0.28 | 0 | 0.90 | 0.41 | 78.53 | 0.82 | 0.33 |
| Hex | 6D | 97 | F | 1C | 0 | 5A | 29 | 4F | 52 | 21 |
| Octal | 155 | 227 | 17 | 34 | 0 | 132 | 51 | 117 | 122 | 41 |
| Binary | 1101101 | 10010111 | 1111 | 11100 | 0 | 1011010 | 101001 | 1001111 | 1010010 | 100001 |
Color Harmonies of #6D970F
Complementary color
Monochromatic Colors of #6D970F
Black with #6D970F
Text Example
Text Example
White with #6D970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D970F; }
p { color: rgb(109,151,15); }
H1.HeaderClassName
{
color: #6D970F;
}
.AnyTagClassName
{
color: #6D970F;
}
</style>
background-color css
<style>
a { background-color: #6D970F; }
a { background-color: rgb(109,151,15); }
div.DivClassName
{
background-color: #6D970F;
}
.BgClassName
{
background-color: #6D970F;
}
</style>
border-color css
<style>
span { border-color: #6D970F; }
span { border-color: rgb(109,151,15); }
td.TdClassName
{
border-color: #6D970F;
}
.TagClassName
{
border-color: #6D970F;
}
</style>