Shades of Olive Drab #6B920B
Tints of Olive Drab #6B920B
RGB
CMYK
RGB Variations
Color information
#6B920B (or 0x6B920B) is known color: Olive Drab. HEX triplet: 6B, 92 and 0B. RGB value is (107,146,11). Sum of RGB (Red+Green+Blue) = 107+146+11=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #6B920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B920B is #946DF4. Grayscale: #777777. Windows color (decimal): -9727477 or 758379. OLE color: 758379.
HSL color Cylindrical-coordinate representation of color #6B920B: hue angle of 77.33º 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 #6B920B is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 11 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.43 |
| HSL | 77.33º | 0.86% | 0.31% | - |
| HSV(B) | 77.33º | 0.92% | 0.57% | - |
| XYZ | 16.4 | 23.71 | 4.03 | - |
| YUV | 118.95 | 67.08 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 11 | 0.27 | 0 | 0.92 | 0.43 | 77.33 | 0.86 | 0.31 |
| Hex | 6B | 92 | B | 1B | 0 | 5C | 2B | 4D | 56 | 1F |
| Octal | 153 | 222 | 13 | 33 | 0 | 134 | 53 | 115 | 126 | 37 |
| Binary | 1101011 | 10010010 | 1011 | 11011 | 0 | 1011100 | 101011 | 1001101 | 1010110 | 11111 |
Color Harmonies of #6B920B
Complementary color
Monochromatic Colors of #6B920B
Black with #6B920B
Text Example
Text Example
White with #6B920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B920B; }
p { color: rgb(107,146,11); }
H1.HeaderClassName
{
color: #6B920B;
}
.AnyTagClassName
{
color: #6B920B;
}
</style>
background-color css
<style>
a { background-color: #6B920B; }
a { background-color: rgb(107,146,11); }
div.DivClassName
{
background-color: #6B920B;
}
.BgClassName
{
background-color: #6B920B;
}
</style>
border-color css
<style>
span { border-color: #6B920B; }
span { border-color: rgb(107,146,11); }
td.TdClassName
{
border-color: #6B920B;
}
.TagClassName
{
border-color: #6B920B;
}
</style>