Shades of Olive Drab #6B920A
Tints of Olive Drab #6B920A
RGB
CMYK
RGB Variations
Color information
#6B920A (or 0x6B920A) is known color: Olive Drab. HEX triplet: 6B, 92 and 0A. RGB value is (107,146,10). Sum of RGB (Red+Green+Blue) = 107+146+10=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #6B920A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B920A is #946DF5. Grayscale: #777777. Windows color (decimal): -9727478 or 692843. OLE color: 692843.
HSL color Cylindrical-coordinate representation of color #6B920A: hue angle of 77.21º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B920A is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 10 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.43 |
| HSL | 77.21º | 0.87% | 0.31% | - |
| HSV(B) | 77.21º | 0.93% | 0.57% | - |
| XYZ | 16.4 | 23.71 | 4 | - |
| YUV | 118.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 10 | 0.27 | 0 | 0.93 | 0.43 | 77.21 | 0.87 | 0.31 |
| Hex | 6B | 92 | A | 1B | 0 | 5D | 2B | 4D | 57 | 1F |
| Octal | 153 | 222 | 12 | 33 | 0 | 135 | 53 | 115 | 127 | 37 |
| Binary | 1101011 | 10010010 | 1010 | 11011 | 0 | 1011101 | 101011 | 1001101 | 1010111 | 11111 |
Color Harmonies of #6B920A
Complementary color
Monochromatic Colors of #6B920A
Black with #6B920A
Text Example
Text Example
White with #6B920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B920A; }
p { color: rgb(107,146,10); }
H1.HeaderClassName
{
color: #6B920A;
}
.AnyTagClassName
{
color: #6B920A;
}
</style>
background-color css
<style>
a { background-color: #6B920A; }
a { background-color: rgb(107,146,10); }
div.DivClassName
{
background-color: #6B920A;
}
.BgClassName
{
background-color: #6B920A;
}
</style>
border-color css
<style>
span { border-color: #6B920A; }
span { border-color: rgb(107,146,10); }
td.TdClassName
{
border-color: #6B920A;
}
.TagClassName
{
border-color: #6B920A;
}
</style>