Shades of Olive Drab #6C941B
Tints of Olive Drab #6C941B
RGB
CMYK
RGB Variations
Color information
#6C941B (or 0x6C941B) is known color: Olive Drab. HEX triplet: 6C, 94 and 1B. RGB value is (108,148,27). Sum of RGB (Red+Green+Blue) = 108+148+27=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #6C941B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C941B is #936BE4. Grayscale: #7A7A7A. Windows color (decimal): -9661413 or 1807468. OLE color: 1807468.
HSL color Cylindrical-coordinate representation of color #6C941B: hue angle of 79.83º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C941B is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 148 | 27 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.42 |
| HSL | 79.83º | 0.69% | 0.34% | - |
| HSV(B) | 79.83º | 0.82% | 0.58% | - |
| XYZ | 16.97 | 24.45 | 4.86 | - |
| YUV | 122.25 | 74.25 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 148 | 27 | 0.27 | 0 | 0.82 | 0.42 | 79.83 | 0.69 | 0.34 |
| Hex | 6C | 94 | 1B | 1B | 0 | 52 | 2A | 50 | 45 | 22 |
| Octal | 154 | 224 | 33 | 33 | 0 | 122 | 52 | 120 | 105 | 42 |
| Binary | 1101100 | 10010100 | 11011 | 11011 | 0 | 1010010 | 101010 | 1010000 | 1000101 | 100010 |
Color Harmonies of #6C941B
Complementary color
Monochromatic Colors of #6C941B
Black with #6C941B
Text Example
Text Example
White with #6C941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C941B; }
p { color: rgb(108,148,27); }
H1.HeaderClassName
{
color: #6C941B;
}
.AnyTagClassName
{
color: #6C941B;
}
</style>
background-color css
<style>
a { background-color: #6C941B; }
a { background-color: rgb(108,148,27); }
div.DivClassName
{
background-color: #6C941B;
}
.BgClassName
{
background-color: #6C941B;
}
</style>
border-color css
<style>
span { border-color: #6C941B; }
span { border-color: rgb(108,148,27); }
td.TdClassName
{
border-color: #6C941B;
}
.TagClassName
{
border-color: #6C941B;
}
</style>