Shades of Olive #6D8300
Tints of Olive #6D8300
RGB
CMYK
RGB Variations
Color information
#6D8300 (or 0x6D8300) is known color: Olive. HEX triplet: 6D, 83 and 00. RGB value is (109,131,0). Sum of RGB (Red+Green+Blue) = 109+131+0=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8300 is #927CFF. Grayscale: #6D6D6D. Windows color (decimal): -9600256 or 33645. OLE color: 33645.
HSL color Cylindrical-coordinate representation of color #6D8300: hue angle of 70.08º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D8300 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.49 |
| HSL | 70.08º | 1% | 0.26% | - |
| HSV(B) | 70.08º | 1% | 0.51% | - |
| XYZ | 14.42 | 19.48 | 3 | - |
| YUV | 109.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 0 | 0.17 | 0 | 1 | 0.49 | 70.08 | 1 | 0.26 |
| Hex | 6D | 83 | 0 | 11 | 0 | 64 | 31 | 46 | 64 | 1A |
| Octal | 155 | 203 | 0 | 21 | 0 | 144 | 61 | 106 | 144 | 32 |
| Binary | 1101101 | 10000011 | 0 | 10001 | 0 | 1100100 | 110001 | 1000110 | 1100100 | 11010 |
Color Harmonies of #6D8300
Complementary color
Monochromatic Colors of #6D8300
Black with #6D8300
Text Example
Text Example
White with #6D8300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8300; }
p { color: rgb(109,131,0); }
H1.HeaderClassName
{
color: #6D8300;
}
.AnyTagClassName
{
color: #6D8300;
}
</style>
background-color css
<style>
a { background-color: #6D8300; }
a { background-color: rgb(109,131,0); }
div.DivClassName
{
background-color: #6D8300;
}
.BgClassName
{
background-color: #6D8300;
}
</style>
border-color css
<style>
span { border-color: #6D8300; }
span { border-color: rgb(109,131,0); }
td.TdClassName
{
border-color: #6D8300;
}
.TagClassName
{
border-color: #6D8300;
}
</style>