Shades of Olive Drab #6B932C
Tints of Olive Drab #6B932C
RGB
CMYK
RGB Variations
Color information
#6B932C (or 0x6B932C) is known color: Olive Drab. HEX triplet: 6B, 93 and 2C. RGB value is (107,147,44). Sum of RGB (Red+Green+Blue) = 107+147+44=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #6B932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B932C is #946CD3. Grayscale: #7B7B7B. Windows color (decimal): -9727188 or 2921323. OLE color: 2921323.
HSL color Cylindrical-coordinate representation of color #6B932C: hue angle of 83.3º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B932C is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 44 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.42 |
| HSL | 83.3º | 0.54% | 0.37% | - |
| HSV(B) | 83.3º | 0.7% | 0.58% | - |
| XYZ | 16.95 | 24.18 | 6.16 | - |
| YUV | 123.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 44 | 0.27 | 0 | 0.70 | 0.42 | 83.3 | 0.54 | 0.37 |
| Hex | 6B | 93 | 2C | 1B | 0 | 46 | 2A | 53 | 36 | 25 |
| Octal | 153 | 223 | 54 | 33 | 0 | 106 | 52 | 123 | 66 | 45 |
| Binary | 1101011 | 10010011 | 101100 | 11011 | 0 | 1000110 | 101010 | 1010011 | 110110 | 100101 |
Color Harmonies of #6B932C
Complementary color
Monochromatic Colors of #6B932C
Black with #6B932C
Text Example
Text Example
White with #6B932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B932C; }
p { color: rgb(107,147,44); }
H1.HeaderClassName
{
color: #6B932C;
}
.AnyTagClassName
{
color: #6B932C;
}
</style>
background-color css
<style>
a { background-color: #6B932C; }
a { background-color: rgb(107,147,44); }
div.DivClassName
{
background-color: #6B932C;
}
.BgClassName
{
background-color: #6B932C;
}
</style>
border-color css
<style>
span { border-color: #6B932C; }
span { border-color: rgb(107,147,44); }
td.TdClassName
{
border-color: #6B932C;
}
.TagClassName
{
border-color: #6B932C;
}
</style>