Shades of Olive #6F6D00
Tints of Olive #6F6D00
RGB
CMYK
RGB Variations
Color information
#6F6D00 (or 0x6F6D00) is known color: Olive. HEX triplet: 6F, 6D and 00. RGB value is (111,109,0). Sum of RGB (Red+Green+Blue) = 111+109+0=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6D00 is #9092FF. Grayscale: #616161. Windows color (decimal): -9474816 or 28015. OLE color: 28015.
HSL color Cylindrical-coordinate representation of color #6F6D00: hue angle of 58.92º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F6D00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.56 |
| HSL | 58.92º | 1% | 0.22% | - |
| HSV(B) | 58.92º | 1% | 0.44% | - |
| XYZ | 12.02 | 14.32 | 2.13 | - |
| YUV | 97.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 0 | 0 | 0.02 | 1 | 0.56 | 58.92 | 1 | 0.22 |
| Hex | 6F | 6D | 0 | 0 | 2 | 64 | 38 | 3B | 64 | 16 |
| Octal | 157 | 155 | 0 | 0 | 2 | 144 | 70 | 73 | 144 | 26 |
| Binary | 1101111 | 1101101 | 0 | 0 | 10 | 1100100 | 111000 | 111011 | 1100100 | 10110 |
Color Harmonies of #6F6D00
Complementary color
Monochromatic Colors of #6F6D00
Black with #6F6D00
Text Example
Text Example
White with #6F6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D00; }
p { color: rgb(111,109,0); }
H1.HeaderClassName
{
color: #6F6D00;
}
.AnyTagClassName
{
color: #6F6D00;
}
</style>
background-color css
<style>
a { background-color: #6F6D00; }
a { background-color: rgb(111,109,0); }
div.DivClassName
{
background-color: #6F6D00;
}
.BgClassName
{
background-color: #6F6D00;
}
</style>
border-color css
<style>
span { border-color: #6F6D00; }
span { border-color: rgb(111,109,0); }
td.TdClassName
{
border-color: #6F6D00;
}
.TagClassName
{
border-color: #6F6D00;
}
</style>