Shades of Olive #6F7000
Tints of Olive #6F7000
RGB
CMYK
RGB Variations
Color information
#6F7000 (or 0x6F7000) is known color: Olive. HEX triplet: 6F, 70 and 00. RGB value is (111,112,0). Sum of RGB (Red+Green+Blue) = 111+112+0=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7000 is #908FFF. Grayscale: #636363. Windows color (decimal): -9474048 or 28783. OLE color: 28783.
HSL color Cylindrical-coordinate representation of color #6F7000: hue angle of 60.54º 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 #6F7000 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.56 |
| HSL | 60.54º | 1% | 0.22% | - |
| HSV(B) | 60.54º | 1% | 0.44% | - |
| XYZ | 12.35 | 14.97 | 2.24 | - |
| YUV | 98.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 0 | 0.01 | 0 | 1 | 0.56 | 60.54 | 1 | 0.22 |
| Hex | 6F | 70 | 0 | 1 | 0 | 64 | 38 | 3D | 64 | 16 |
| Octal | 157 | 160 | 0 | 1 | 0 | 144 | 70 | 75 | 144 | 26 |
| Binary | 1101111 | 1110000 | 0 | 1 | 0 | 1100100 | 111000 | 111101 | 1100100 | 10110 |
Color Harmonies of #6F7000
Complementary color
Monochromatic Colors of #6F7000
Black with #6F7000
Text Example
Text Example
White with #6F7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7000; }
p { color: rgb(111,112,0); }
H1.HeaderClassName
{
color: #6F7000;
}
.AnyTagClassName
{
color: #6F7000;
}
</style>
background-color css
<style>
a { background-color: #6F7000; }
a { background-color: rgb(111,112,0); }
div.DivClassName
{
background-color: #6F7000;
}
.BgClassName
{
background-color: #6F7000;
}
</style>
border-color css
<style>
span { border-color: #6F7000; }
span { border-color: rgb(111,112,0); }
td.TdClassName
{
border-color: #6F7000;
}
.TagClassName
{
border-color: #6F7000;
}
</style>