Shades of Olive Drab #6F920B
Tints of Olive Drab #6F920B
RGB
CMYK
RGB Variations
Color information
#6F920B (or 0x6F920B) is known color: Olive Drab. HEX triplet: 6F, 92 and 0B. RGB value is (111,146,11). Sum of RGB (Red+Green+Blue) = 111+146+11=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #6F920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F920B is #906DF4. Grayscale: #787878. Windows color (decimal): -9465333 or 758383. OLE color: 758383.
HSL color Cylindrical-coordinate representation of color #6F920B: hue angle of 75.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F920B is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 11 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.43 |
| HSL | 75.56º | 0.86% | 0.31% | - |
| HSV(B) | 75.56º | 0.92% | 0.57% | - |
| XYZ | 16.89 | 23.96 | 4.05 | - |
| YUV | 120.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 11 | 0.24 | 0 | 0.92 | 0.43 | 75.56 | 0.86 | 0.31 |
| Hex | 6F | 92 | B | 18 | 0 | 5C | 2B | 4C | 56 | 1F |
| Octal | 157 | 222 | 13 | 30 | 0 | 134 | 53 | 114 | 126 | 37 |
| Binary | 1101111 | 10010010 | 1011 | 11000 | 0 | 1011100 | 101011 | 1001100 | 1010110 | 11111 |
Color Harmonies of #6F920B
Complementary color
Monochromatic Colors of #6F920B
Black with #6F920B
Text Example
Text Example
White with #6F920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F920B; }
p { color: rgb(111,146,11); }
H1.HeaderClassName
{
color: #6F920B;
}
.AnyTagClassName
{
color: #6F920B;
}
</style>
background-color css
<style>
a { background-color: #6F920B; }
a { background-color: rgb(111,146,11); }
div.DivClassName
{
background-color: #6F920B;
}
.BgClassName
{
background-color: #6F920B;
}
</style>
border-color css
<style>
span { border-color: #6F920B; }
span { border-color: rgb(111,146,11); }
td.TdClassName
{
border-color: #6F920B;
}
.TagClassName
{
border-color: #6F920B;
}
</style>