Shades of Olive #6F700D
Tints of Olive #6F700D
RGB
CMYK
RGB Variations
Color information
#6F700D (or 0x6F700D) is known color: Olive. HEX triplet: 6F, 70 and 0D. RGB value is (111,112,13). Sum of RGB (Red+Green+Blue) = 111+112+13=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #6F700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F700D is #908FF2. Grayscale: #646464. Windows color (decimal): -9474035 or 880751. OLE color: 880751.
HSL color Cylindrical-coordinate representation of color #6F700D: hue angle of 60.61º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F700D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 13 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.56 |
| HSL | 60.61º | 0.79% | 0.25% | - |
| HSV(B) | 60.61º | 0.88% | 0.44% | - |
| XYZ | 12.42 | 15 | 2.62 | - |
| YUV | 100.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 13 | 0.01 | 0 | 0.88 | 0.56 | 60.61 | 0.79 | 0.25 |
| Hex | 6F | 70 | D | 1 | 0 | 58 | 38 | 3D | 4F | 19 |
| Octal | 157 | 160 | 15 | 1 | 0 | 130 | 70 | 75 | 117 | 31 |
| Binary | 1101111 | 1110000 | 1101 | 1 | 0 | 1011000 | 111000 | 111101 | 1001111 | 11001 |
Color Harmonies of #6F700D
Complementary color
Monochromatic Colors of #6F700D
Black with #6F700D
Text Example
Text Example
White with #6F700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F700D; }
p { color: rgb(111,112,13); }
H1.HeaderClassName
{
color: #6F700D;
}
.AnyTagClassName
{
color: #6F700D;
}
</style>
background-color css
<style>
a { background-color: #6F700D; }
a { background-color: rgb(111,112,13); }
div.DivClassName
{
background-color: #6F700D;
}
.BgClassName
{
background-color: #6F700D;
}
</style>
border-color css
<style>
span { border-color: #6F700D; }
span { border-color: rgb(111,112,13); }
td.TdClassName
{
border-color: #6F700D;
}
.TagClassName
{
border-color: #6F700D;
}
</style>