Shades of Olive Drab #6F950F
Tints of Olive Drab #6F950F
RGB
CMYK
RGB Variations
Color information
#6F950F (or 0x6F950F) is known color: Olive Drab. HEX triplet: 6F, 95 and 0F. RGB value is (111,149,15). Sum of RGB (Red+Green+Blue) = 111+149+15=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #6F950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F950F is #906AF0. Grayscale: #7A7A7A. Windows color (decimal): -9464561 or 1021295. OLE color: 1021295.
HSL color Cylindrical-coordinate representation of color #6F950F: hue angle of 77.01º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F950F is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 15 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.42 |
| HSL | 77.01º | 0.82% | 0.32% | - |
| HSV(B) | 77.01º | 0.9% | 0.58% | - |
| XYZ | 17.39 | 24.91 | 4.34 | - |
| YUV | 122.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 15 | 0.26 | 0 | 0.90 | 0.42 | 77.01 | 0.82 | 0.32 |
| Hex | 6F | 95 | F | 1A | 0 | 5A | 2A | 4D | 52 | 20 |
| Octal | 157 | 225 | 17 | 32 | 0 | 132 | 52 | 115 | 122 | 40 |
| Binary | 1101111 | 10010101 | 1111 | 11010 | 0 | 1011010 | 101010 | 1001101 | 1010010 | 100000 |
Color Harmonies of #6F950F
Complementary color
Monochromatic Colors of #6F950F
Black with #6F950F
Text Example
Text Example
White with #6F950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F950F; }
p { color: rgb(111,149,15); }
H1.HeaderClassName
{
color: #6F950F;
}
.AnyTagClassName
{
color: #6F950F;
}
</style>
background-color css
<style>
a { background-color: #6F950F; }
a { background-color: rgb(111,149,15); }
div.DivClassName
{
background-color: #6F950F;
}
.BgClassName
{
background-color: #6F950F;
}
</style>
border-color css
<style>
span { border-color: #6F950F; }
span { border-color: rgb(111,149,15); }
td.TdClassName
{
border-color: #6F950F;
}
.TagClassName
{
border-color: #6F950F;
}
</style>