Shades of Olive #6F7301
Tints of Olive #6F7301
RGB
CMYK
RGB Variations
Color information
#6F7301 (or 0x6F7301) is known color: Olive. HEX triplet: 6F, 73 and 01. RGB value is (111,115,1). Sum of RGB (Red+Green+Blue) = 111+115+1=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7301 is #908CFE. Grayscale: #656565. Windows color (decimal): -9473279 or 95087. OLE color: 95087.
HSL color Cylindrical-coordinate representation of color #6F7301: hue angle of 62.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F7301 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.55 |
| HSL | 62.11º | 0.98% | 0.23% | - |
| HSV(B) | 62.11º | 0.99% | 0.45% | - |
| XYZ | 12.69 | 15.64 | 2.38 | - |
| YUV | 100.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 1 | 0.03 | 0 | 0.99 | 0.55 | 62.11 | 0.98 | 0.23 |
| Hex | 6F | 73 | 1 | 3 | 0 | 63 | 37 | 3E | 62 | 17 |
| Octal | 157 | 163 | 1 | 3 | 0 | 143 | 67 | 76 | 142 | 27 |
| Binary | 1101111 | 1110011 | 1 | 11 | 0 | 1100011 | 110111 | 111110 | 1100010 | 10111 |
Color Harmonies of #6F7301
Complementary color
Monochromatic Colors of #6F7301
Black with #6F7301
Text Example
Text Example
White with #6F7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7301; }
p { color: rgb(111,115,1); }
H1.HeaderClassName
{
color: #6F7301;
}
.AnyTagClassName
{
color: #6F7301;
}
</style>
background-color css
<style>
a { background-color: #6F7301; }
a { background-color: rgb(111,115,1); }
div.DivClassName
{
background-color: #6F7301;
}
.BgClassName
{
background-color: #6F7301;
}
</style>
border-color css
<style>
span { border-color: #6F7301; }
span { border-color: rgb(111,115,1); }
td.TdClassName
{
border-color: #6F7301;
}
.TagClassName
{
border-color: #6F7301;
}
</style>