Shades of Olive Drab #6F951C
Tints of Olive Drab #6F951C
RGB
CMYK
RGB Variations
Color information
#6F951C (or 0x6F951C) is known color: Olive Drab. HEX triplet: 6F, 95 and 1C. RGB value is (111,149,28). Sum of RGB (Red+Green+Blue) = 111+149+28=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #6F951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F951C is #906AE3. Grayscale: #7C7C7C. Windows color (decimal): -9464548 or 1873263. OLE color: 1873263.
HSL color Cylindrical-coordinate representation of color #6F951C: hue angle of 78.84º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F951C is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 28 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.42 |
| HSL | 78.84º | 0.68% | 0.35% | - |
| HSV(B) | 78.84º | 0.81% | 0.58% | - |
| XYZ | 17.51 | 24.96 | 4.99 | - |
| YUV | 123.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 28 | 0.26 | 0 | 0.81 | 0.42 | 78.84 | 0.68 | 0.35 |
| Hex | 6F | 95 | 1C | 1A | 0 | 51 | 2A | 4F | 44 | 23 |
| Octal | 157 | 225 | 34 | 32 | 0 | 121 | 52 | 117 | 104 | 43 |
| Binary | 1101111 | 10010101 | 11100 | 11010 | 0 | 1010001 | 101010 | 1001111 | 1000100 | 100011 |
Color Harmonies of #6F951C
Complementary color
Monochromatic Colors of #6F951C
Black with #6F951C
Text Example
Text Example
White with #6F951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F951C; }
p { color: rgb(111,149,28); }
H1.HeaderClassName
{
color: #6F951C;
}
.AnyTagClassName
{
color: #6F951C;
}
</style>
background-color css
<style>
a { background-color: #6F951C; }
a { background-color: rgb(111,149,28); }
div.DivClassName
{
background-color: #6F951C;
}
.BgClassName
{
background-color: #6F951C;
}
</style>
border-color css
<style>
span { border-color: #6F951C; }
span { border-color: rgb(111,149,28); }
td.TdClassName
{
border-color: #6F951C;
}
.TagClassName
{
border-color: #6F951C;
}
</style>