Shades of Olive Drab #6F920D
Tints of Olive Drab #6F920D
RGB
CMYK
RGB Variations
Color information
#6F920D (or 0x6F920D) is known color: Olive Drab. HEX triplet: 6F, 92 and 0D. RGB value is (111,146,13). Sum of RGB (Red+Green+Blue) = 111+146+13=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #6F920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F920D is #906DF2. Grayscale: #787878. Windows color (decimal): -9465331 or 889455. OLE color: 889455.
HSL color Cylindrical-coordinate representation of color #6F920D: hue angle of 75.79º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F920D is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 13 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.43 |
| HSL | 75.79º | 0.84% | 0.31% | - |
| HSV(B) | 75.79º | 0.91% | 0.57% | - |
| XYZ | 16.91 | 23.97 | 4.12 | - |
| YUV | 120.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 13 | 0.24 | 0 | 0.91 | 0.43 | 75.79 | 0.84 | 0.31 |
| Hex | 6F | 92 | D | 18 | 0 | 5B | 2B | 4C | 54 | 1F |
| Octal | 157 | 222 | 15 | 30 | 0 | 133 | 53 | 114 | 124 | 37 |
| Binary | 1101111 | 10010010 | 1101 | 11000 | 0 | 1011011 | 101011 | 1001100 | 1010100 | 11111 |
Color Harmonies of #6F920D
Complementary color
Monochromatic Colors of #6F920D
Black with #6F920D
Text Example
Text Example
White with #6F920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F920D; }
p { color: rgb(111,146,13); }
H1.HeaderClassName
{
color: #6F920D;
}
.AnyTagClassName
{
color: #6F920D;
}
</style>
background-color css
<style>
a { background-color: #6F920D; }
a { background-color: rgb(111,146,13); }
div.DivClassName
{
background-color: #6F920D;
}
.BgClassName
{
background-color: #6F920D;
}
</style>
border-color css
<style>
span { border-color: #6F920D; }
span { border-color: rgb(111,146,13); }
td.TdClassName
{
border-color: #6F920D;
}
.TagClassName
{
border-color: #6F920D;
}
</style>