Shades of Olive #6F7001
Tints of Olive #6F7001
RGB
CMYK
RGB Variations
Color information
#6F7001 (or 0x6F7001) is known color: Olive. HEX triplet: 6F, 70 and 01. RGB value is (111,112,1). Sum of RGB (Red+Green+Blue) = 111+112+1=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7001 is #908FFE. Grayscale: #636363. Windows color (decimal): -9474047 or 94319. OLE color: 94319.
HSL color Cylindrical-coordinate representation of color #6F7001: hue angle of 60.54º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F7001 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.56 |
| HSL | 60.54º | 0.98% | 0.22% | - |
| HSV(B) | 60.54º | 0.99% | 0.44% | - |
| XYZ | 12.36 | 14.97 | 2.27 | - |
| YUV | 99.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 1 | 0.01 | 0 | 0.99 | 0.56 | 60.54 | 0.98 | 0.22 |
| Hex | 6F | 70 | 1 | 1 | 0 | 63 | 38 | 3D | 62 | 16 |
| Octal | 157 | 160 | 1 | 1 | 0 | 143 | 70 | 75 | 142 | 26 |
| Binary | 1101111 | 1110000 | 1 | 1 | 0 | 1100011 | 111000 | 111101 | 1100010 | 10110 |
Color Harmonies of #6F7001
Complementary color
Monochromatic Colors of #6F7001
Black with #6F7001
Text Example
Text Example
White with #6F7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7001; }
p { color: rgb(111,112,1); }
H1.HeaderClassName
{
color: #6F7001;
}
.AnyTagClassName
{
color: #6F7001;
}
</style>
background-color css
<style>
a { background-color: #6F7001; }
a { background-color: rgb(111,112,1); }
div.DivClassName
{
background-color: #6F7001;
}
.BgClassName
{
background-color: #6F7001;
}
</style>
border-color css
<style>
span { border-color: #6F7001; }
span { border-color: rgb(111,112,1); }
td.TdClassName
{
border-color: #6F7001;
}
.TagClassName
{
border-color: #6F7001;
}
</style>