Shades of Olive Drab #6F921C
Tints of Olive Drab #6F921C
RGB
CMYK
RGB Variations
Color information
#6F921C (or 0x6F921C) is known color: Olive Drab. HEX triplet: 6F, 92 and 1C. RGB value is (111,146,28). Sum of RGB (Red+Green+Blue) = 111+146+28=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #6F921C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F921C is #906DE3. Grayscale: #7A7A7A. Windows color (decimal): -9465316 or 1872495. OLE color: 1872495.
HSL color Cylindrical-coordinate representation of color #6F921C: hue angle of 77.8º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F921C is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 28 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.43 |
| HSL | 77.8º | 0.68% | 0.34% | - |
| HSV(B) | 77.8º | 0.81% | 0.57% | - |
| XYZ | 17.04 | 24.02 | 4.84 | - |
| YUV | 122.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 28 | 0.24 | 0 | 0.81 | 0.43 | 77.8 | 0.68 | 0.34 |
| Hex | 6F | 92 | 1C | 18 | 0 | 51 | 2B | 4E | 44 | 22 |
| Octal | 157 | 222 | 34 | 30 | 0 | 121 | 53 | 116 | 104 | 42 |
| Binary | 1101111 | 10010010 | 11100 | 11000 | 0 | 1010001 | 101011 | 1001110 | 1000100 | 100010 |
Color Harmonies of #6F921C
Complementary color
Monochromatic Colors of #6F921C
Black with #6F921C
Text Example
Text Example
White with #6F921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F921C; }
p { color: rgb(111,146,28); }
H1.HeaderClassName
{
color: #6F921C;
}
.AnyTagClassName
{
color: #6F921C;
}
</style>
background-color css
<style>
a { background-color: #6F921C; }
a { background-color: rgb(111,146,28); }
div.DivClassName
{
background-color: #6F921C;
}
.BgClassName
{
background-color: #6F921C;
}
</style>
border-color css
<style>
span { border-color: #6F921C; }
span { border-color: rgb(111,146,28); }
td.TdClassName
{
border-color: #6F921C;
}
.TagClassName
{
border-color: #6F921C;
}
</style>