Shades of Olive Drab #6C942F
Tints of Olive Drab #6C942F
RGB
CMYK
RGB Variations
Color information
#6C942F (or 0x6C942F) is known color: Olive Drab. HEX triplet: 6C, 94 and 2F. RGB value is (108,148,47). Sum of RGB (Red+Green+Blue) = 108+148+47=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #6C942F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C942F is #936BD0. Grayscale: #7C7C7C. Windows color (decimal): -9661393 or 3118188. OLE color: 3118188.
HSL color Cylindrical-coordinate representation of color #6C942F: hue angle of 83.76º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C942F is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 148 | 47 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.42 |
| HSL | 83.76º | 0.52% | 0.38% | - |
| HSV(B) | 83.76º | 0.68% | 0.58% | - |
| XYZ | 17.29 | 24.57 | 6.52 | - |
| YUV | 124.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 148 | 47 | 0.27 | 0 | 0.68 | 0.42 | 83.76 | 0.52 | 0.38 |
| Hex | 6C | 94 | 2F | 1B | 0 | 44 | 2A | 54 | 34 | 26 |
| Octal | 154 | 224 | 57 | 33 | 0 | 104 | 52 | 124 | 64 | 46 |
| Binary | 1101100 | 10010100 | 101111 | 11011 | 0 | 1000100 | 101010 | 1010100 | 110100 | 100110 |
Color Harmonies of #6C942F
Complementary color
Monochromatic Colors of #6C942F
Black with #6C942F
Text Example
Text Example
White with #6C942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C942F; }
p { color: rgb(108,148,47); }
H1.HeaderClassName
{
color: #6C942F;
}
.AnyTagClassName
{
color: #6C942F;
}
</style>
background-color css
<style>
a { background-color: #6C942F; }
a { background-color: rgb(108,148,47); }
div.DivClassName
{
background-color: #6C942F;
}
.BgClassName
{
background-color: #6C942F;
}
</style>
border-color css
<style>
span { border-color: #6C942F; }
span { border-color: rgb(108,148,47); }
td.TdClassName
{
border-color: #6C942F;
}
.TagClassName
{
border-color: #6C942F;
}
</style>