Shades of Olive Drab #6C912D
Tints of Olive Drab #6C912D
RGB
CMYK
RGB Variations
Color information
#6C912D (or 0x6C912D) is known color: Olive Drab. HEX triplet: 6C, 91 and 2D. RGB value is (108,145,45). Sum of RGB (Red+Green+Blue) = 108+145+45=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #6C912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C912D is #936ED2. Grayscale: #7A7A7A. Windows color (decimal): -9662163 or 2986348. OLE color: 2986348.
HSL color Cylindrical-coordinate representation of color #6C912D: hue angle of 82.2º 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 #6C912D is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 145 | 45 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.43 |
| HSL | 82.2º | 0.53% | 0.37% | - |
| HSV(B) | 82.2º | 0.69% | 0.57% | - |
| XYZ | 16.78 | 23.63 | 6.16 | - |
| YUV | 122.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 145 | 45 | 0.26 | 0 | 0.69 | 0.43 | 82.2 | 0.53 | 0.37 |
| Hex | 6C | 91 | 2D | 1A | 0 | 45 | 2B | 52 | 35 | 25 |
| Octal | 154 | 221 | 55 | 32 | 0 | 105 | 53 | 122 | 65 | 45 |
| Binary | 1101100 | 10010001 | 101101 | 11010 | 0 | 1000101 | 101011 | 1010010 | 110101 | 100101 |
Color Harmonies of #6C912D
Complementary color
Monochromatic Colors of #6C912D
Black with #6C912D
Text Example
Text Example
White with #6C912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C912D; }
p { color: rgb(108,145,45); }
H1.HeaderClassName
{
color: #6C912D;
}
.AnyTagClassName
{
color: #6C912D;
}
</style>
background-color css
<style>
a { background-color: #6C912D; }
a { background-color: rgb(108,145,45); }
div.DivClassName
{
background-color: #6C912D;
}
.BgClassName
{
background-color: #6C912D;
}
</style>
border-color css
<style>
span { border-color: #6C912D; }
span { border-color: rgb(108,145,45); }
td.TdClassName
{
border-color: #6C912D;
}
.TagClassName
{
border-color: #6C912D;
}
</style>