Shades of Olive Drab #6A931B
Tints of Olive Drab #6A931B
RGB
CMYK
RGB Variations
Color information
#6A931B (or 0x6A931B) is known color: Olive Drab. HEX triplet: 6A, 93 and 1B. RGB value is (106,147,27). Sum of RGB (Red+Green+Blue) = 106+147+27=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #6A931B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A931B is #956CE4. Grayscale: #797979. Windows color (decimal): -9792741 or 1807210. OLE color: 1807210.
HSL color Cylindrical-coordinate representation of color #6A931B: hue angle of 80.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A931B is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 27 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.42 |
| HSL | 80.5º | 0.69% | 0.34% | - |
| HSV(B) | 80.5º | 0.82% | 0.58% | - |
| XYZ | 16.58 | 24.01 | 4.8 | - |
| YUV | 121.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 27 | 0.28 | 0 | 0.82 | 0.42 | 80.5 | 0.69 | 0.34 |
| Hex | 6A | 93 | 1B | 1C | 0 | 52 | 2A | 50 | 45 | 22 |
| Octal | 152 | 223 | 33 | 34 | 0 | 122 | 52 | 120 | 105 | 42 |
| Binary | 1101010 | 10010011 | 11011 | 11100 | 0 | 1010010 | 101010 | 1010000 | 1000101 | 100010 |
Color Harmonies of #6A931B
Complementary color
Monochromatic Colors of #6A931B
Black with #6A931B
Text Example
Text Example
White with #6A931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A931B; }
p { color: rgb(106,147,27); }
H1.HeaderClassName
{
color: #6A931B;
}
.AnyTagClassName
{
color: #6A931B;
}
</style>
background-color css
<style>
a { background-color: #6A931B; }
a { background-color: rgb(106,147,27); }
div.DivClassName
{
background-color: #6A931B;
}
.BgClassName
{
background-color: #6A931B;
}
</style>
border-color css
<style>
span { border-color: #6A931B; }
span { border-color: rgb(106,147,27); }
td.TdClassName
{
border-color: #6A931B;
}
.TagClassName
{
border-color: #6A931B;
}
</style>