Shades of Olive Drab #6B921F
Tints of Olive Drab #6B921F
RGB
CMYK
RGB Variations
Color information
#6B921F (or 0x6B921F) is known color: Olive Drab. HEX triplet: 6B, 92 and 1F. RGB value is (107,146,31). Sum of RGB (Red+Green+Blue) = 107+146+31=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #6B921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B921F is #946DE0. Grayscale: #797979. Windows color (decimal): -9727457 or 2069099. OLE color: 2069099.
HSL color Cylindrical-coordinate representation of color #6B921F: hue angle of 80.35º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B921F is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 31 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.43 |
| HSL | 80.35º | 0.65% | 0.35% | - |
| HSV(B) | 80.35º | 0.79% | 0.57% | - |
| XYZ | 16.59 | 23.78 | 5.01 | - |
| YUV | 121.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 31 | 0.27 | 0 | 0.79 | 0.43 | 80.35 | 0.65 | 0.35 |
| Hex | 6B | 92 | 1F | 1B | 0 | 4F | 2B | 50 | 41 | 23 |
| Octal | 153 | 222 | 37 | 33 | 0 | 117 | 53 | 120 | 101 | 43 |
| Binary | 1101011 | 10010010 | 11111 | 11011 | 0 | 1001111 | 101011 | 1010000 | 1000001 | 100011 |
Color Harmonies of #6B921F
Complementary color
Monochromatic Colors of #6B921F
Black with #6B921F
Text Example
Text Example
White with #6B921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B921F; }
p { color: rgb(107,146,31); }
H1.HeaderClassName
{
color: #6B921F;
}
.AnyTagClassName
{
color: #6B921F;
}
</style>
background-color css
<style>
a { background-color: #6B921F; }
a { background-color: rgb(107,146,31); }
div.DivClassName
{
background-color: #6B921F;
}
.BgClassName
{
background-color: #6B921F;
}
</style>
border-color css
<style>
span { border-color: #6B921F; }
span { border-color: rgb(107,146,31); }
td.TdClassName
{
border-color: #6B921F;
}
.TagClassName
{
border-color: #6B921F;
}
</style>