Shades of Olive Drab #6B920D
Tints of Olive Drab #6B920D
RGB
CMYK
RGB Variations
Color information
#6B920D (or 0x6B920D) is known color: Olive Drab. HEX triplet: 6B, 92 and 0D. RGB value is (107,146,13). Sum of RGB (Red+Green+Blue) = 107+146+13=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #6B920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B920D is #946DF2. Grayscale: #777777. Windows color (decimal): -9727475 or 889451. OLE color: 889451.
HSL color Cylindrical-coordinate representation of color #6B920D: hue angle of 77.59º 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 #6B920D is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 13 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.43 |
| HSL | 77.59º | 0.84% | 0.31% | - |
| HSV(B) | 77.59º | 0.91% | 0.57% | - |
| XYZ | 16.41 | 23.71 | 4.09 | - |
| YUV | 119.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 13 | 0.27 | 0 | 0.91 | 0.43 | 77.59 | 0.84 | 0.31 |
| Hex | 6B | 92 | D | 1B | 0 | 5B | 2B | 4E | 54 | 1F |
| Octal | 153 | 222 | 15 | 33 | 0 | 133 | 53 | 116 | 124 | 37 |
| Binary | 1101011 | 10010010 | 1101 | 11011 | 0 | 1011011 | 101011 | 1001110 | 1010100 | 11111 |
Color Harmonies of #6B920D
Complementary color
Monochromatic Colors of #6B920D
Black with #6B920D
Text Example
Text Example
White with #6B920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B920D; }
p { color: rgb(107,146,13); }
H1.HeaderClassName
{
color: #6B920D;
}
.AnyTagClassName
{
color: #6B920D;
}
</style>
background-color css
<style>
a { background-color: #6B920D; }
a { background-color: rgb(107,146,13); }
div.DivClassName
{
background-color: #6B920D;
}
.BgClassName
{
background-color: #6B920D;
}
</style>
border-color css
<style>
span { border-color: #6B920D; }
span { border-color: rgb(107,146,13); }
td.TdClassName
{
border-color: #6B920D;
}
.TagClassName
{
border-color: #6B920D;
}
</style>