Shades of Olive Drab #6B932D
Tints of Olive Drab #6B932D
RGB
CMYK
RGB Variations
Color information
#6B932D (or 0x6B932D) is known color: Olive Drab. HEX triplet: 6B, 93 and 2D. RGB value is (107,147,45). Sum of RGB (Red+Green+Blue) = 107+147+45=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #6B932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B932D is #946CD2. Grayscale: #7B7B7B. Windows color (decimal): -9727187 or 2986859. OLE color: 2986859.
HSL color Cylindrical-coordinate representation of color #6B932D: hue angle of 83.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B932D is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 45 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.42 |
| HSL | 83.53º | 0.53% | 0.38% | - |
| HSV(B) | 83.53º | 0.69% | 0.58% | - |
| XYZ | 16.97 | 24.18 | 6.26 | - |
| YUV | 123.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 45 | 0.27 | 0 | 0.69 | 0.42 | 83.53 | 0.53 | 0.38 |
| Hex | 6B | 93 | 2D | 1B | 0 | 45 | 2A | 54 | 35 | 26 |
| Octal | 153 | 223 | 55 | 33 | 0 | 105 | 52 | 124 | 65 | 46 |
| Binary | 1101011 | 10010011 | 101101 | 11011 | 0 | 1000101 | 101010 | 1010100 | 110101 | 100110 |
Color Harmonies of #6B932D
Complementary color
Monochromatic Colors of #6B932D
Black with #6B932D
Text Example
Text Example
White with #6B932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B932D; }
p { color: rgb(107,147,45); }
H1.HeaderClassName
{
color: #6B932D;
}
.AnyTagClassName
{
color: #6B932D;
}
</style>
background-color css
<style>
a { background-color: #6B932D; }
a { background-color: rgb(107,147,45); }
div.DivClassName
{
background-color: #6B932D;
}
.BgClassName
{
background-color: #6B932D;
}
</style>
border-color css
<style>
span { border-color: #6B932D; }
span { border-color: rgb(107,147,45); }
td.TdClassName
{
border-color: #6B932D;
}
.TagClassName
{
border-color: #6B932D;
}
</style>