Shades of Olive Drab #6B912D
Tints of Olive Drab #6B912D
RGB
CMYK
RGB Variations
Color information
#6B912D (or 0x6B912D) is known color: Olive Drab. HEX triplet: 6B, 91 and 2D. RGB value is (107,145,45). Sum of RGB (Red+Green+Blue) = 107+145+45=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #6B912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B912D is #946ED2. Grayscale: #7A7A7A. Windows color (decimal): -9727699 or 2986347. OLE color: 2986347.
HSL color Cylindrical-coordinate representation of color #6B912D: hue angle of 82.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B912D is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 45 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.43 |
| HSL | 82.8º | 0.53% | 0.37% | - |
| HSV(B) | 82.8º | 0.69% | 0.57% | - |
| XYZ | 16.66 | 23.57 | 6.15 | - |
| YUV | 122.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 45 | 0.26 | 0 | 0.69 | 0.43 | 82.8 | 0.53 | 0.37 |
| Hex | 6B | 91 | 2D | 1A | 0 | 45 | 2B | 53 | 35 | 25 |
| Octal | 153 | 221 | 55 | 32 | 0 | 105 | 53 | 123 | 65 | 45 |
| Binary | 1101011 | 10010001 | 101101 | 11010 | 0 | 1000101 | 101011 | 1010011 | 110101 | 100101 |
Color Harmonies of #6B912D
Complementary color
Monochromatic Colors of #6B912D
Black with #6B912D
Text Example
Text Example
White with #6B912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B912D; }
p { color: rgb(107,145,45); }
H1.HeaderClassName
{
color: #6B912D;
}
.AnyTagClassName
{
color: #6B912D;
}
</style>
background-color css
<style>
a { background-color: #6B912D; }
a { background-color: rgb(107,145,45); }
div.DivClassName
{
background-color: #6B912D;
}
.BgClassName
{
background-color: #6B912D;
}
</style>
border-color css
<style>
span { border-color: #6B912D; }
span { border-color: rgb(107,145,45); }
td.TdClassName
{
border-color: #6B912D;
}
.TagClassName
{
border-color: #6B912D;
}
</style>