Shades of Olive Drab #6C8B1F
Tints of Olive Drab #6C8B1F
RGB
CMYK
RGB Variations
Color information
#6C8B1F (or 0x6C8B1F) is known color: Olive Drab. HEX triplet: 6C, 8B and 1F. RGB value is (108,139,31). Sum of RGB (Red+Green+Blue) = 108+139+31=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8B1F is #9374E0. Grayscale: #757575. Windows color (decimal): -9663713 or 2067308. OLE color: 2067308.
HSL color Cylindrical-coordinate representation of color #6C8B1F: hue angle of 77.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C8B1F is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 139 | 31 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.45 |
| HSL | 77.22º | 0.64% | 0.33% | - |
| HSV(B) | 77.22º | 0.78% | 0.55% | - |
| XYZ | 15.66 | 21.75 | 4.67 | - |
| YUV | 117.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 139 | 31 | 0.22 | 0 | 0.78 | 0.45 | 77.22 | 0.64 | 0.33 |
| Hex | 6C | 8B | 1F | 16 | 0 | 4E | 2D | 4D | 40 | 21 |
| Octal | 154 | 213 | 37 | 26 | 0 | 116 | 55 | 115 | 100 | 41 |
| Binary | 1101100 | 10001011 | 11111 | 10110 | 0 | 1001110 | 101101 | 1001101 | 1000000 | 100001 |
Color Harmonies of #6C8B1F
Complementary color
Monochromatic Colors of #6C8B1F
Black with #6C8B1F
Text Example
Text Example
White with #6C8B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8B1F; }
p { color: rgb(108,139,31); }
H1.HeaderClassName
{
color: #6C8B1F;
}
.AnyTagClassName
{
color: #6C8B1F;
}
</style>
background-color css
<style>
a { background-color: #6C8B1F; }
a { background-color: rgb(108,139,31); }
div.DivClassName
{
background-color: #6C8B1F;
}
.BgClassName
{
background-color: #6C8B1F;
}
</style>
border-color css
<style>
span { border-color: #6C8B1F; }
span { border-color: rgb(108,139,31); }
td.TdClassName
{
border-color: #6C8B1F;
}
.TagClassName
{
border-color: #6C8B1F;
}
</style>