Shades of Olive #6D8301
Tints of Olive #6D8301
RGB
CMYK
RGB Variations
Color information
#6D8301 (or 0x6D8301) is known color: Olive. HEX triplet: 6D, 83 and 01. RGB value is (109,131,1). Sum of RGB (Red+Green+Blue) = 109+131+1=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8301 is #927CFE. Grayscale: #6E6E6E. Windows color (decimal): -9600255 or 99181. OLE color: 99181.
HSL color Cylindrical-coordinate representation of color #6D8301: hue angle of 70.15º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D8301 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.49 |
| HSL | 70.15º | 0.98% | 0.26% | - |
| HSV(B) | 70.15º | 0.99% | 0.51% | - |
| XYZ | 14.43 | 19.49 | 3.03 | - |
| YUV | 109.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 1 | 0.17 | 0 | 0.99 | 0.49 | 70.15 | 0.98 | 0.26 |
| Hex | 6D | 83 | 1 | 11 | 0 | 63 | 31 | 46 | 62 | 1A |
| Octal | 155 | 203 | 1 | 21 | 0 | 143 | 61 | 106 | 142 | 32 |
| Binary | 1101101 | 10000011 | 1 | 10001 | 0 | 1100011 | 110001 | 1000110 | 1100010 | 11010 |
Color Harmonies of #6D8301
Complementary color
Monochromatic Colors of #6D8301
Black with #6D8301
Text Example
Text Example
White with #6D8301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8301; }
p { color: rgb(109,131,1); }
H1.HeaderClassName
{
color: #6D8301;
}
.AnyTagClassName
{
color: #6D8301;
}
</style>
background-color css
<style>
a { background-color: #6D8301; }
a { background-color: rgb(109,131,1); }
div.DivClassName
{
background-color: #6D8301;
}
.BgClassName
{
background-color: #6D8301;
}
</style>
border-color css
<style>
span { border-color: #6D8301; }
span { border-color: rgb(109,131,1); }
td.TdClassName
{
border-color: #6D8301;
}
.TagClassName
{
border-color: #6D8301;
}
</style>