Shades of Olive #6F740D
Tints of Olive #6F740D
RGB
CMYK
RGB Variations
Color information
#6F740D (or 0x6F740D) is known color: Olive. HEX triplet: 6F, 74 and 0D. RGB value is (111,116,13). Sum of RGB (Red+Green+Blue) = 111+116+13=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #6F740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F740D is #908BF2. Grayscale: #676767. Windows color (decimal): -9473011 or 881775. OLE color: 881775.
HSL color Cylindrical-coordinate representation of color #6F740D: hue angle of 62.91º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F740D is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 13 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.55 |
| HSL | 62.91º | 0.8% | 0.25% | - |
| HSV(B) | 62.91º | 0.89% | 0.45% | - |
| XYZ | 12.87 | 15.9 | 2.77 | - |
| YUV | 102.76 | 77.34 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 13 | 0.04 | 0 | 0.89 | 0.55 | 62.91 | 0.8 | 0.25 |
| Hex | 6F | 74 | D | 4 | 0 | 59 | 37 | 3F | 50 | 19 |
| Octal | 157 | 164 | 15 | 4 | 0 | 131 | 67 | 77 | 120 | 31 |
| Binary | 1101111 | 1110100 | 1101 | 100 | 0 | 1011001 | 110111 | 111111 | 1010000 | 11001 |
Color Harmonies of #6F740D
Complementary color
Monochromatic Colors of #6F740D
Black with #6F740D
Text Example
Text Example
White with #6F740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F740D; }
p { color: rgb(111,116,13); }
H1.HeaderClassName
{
color: #6F740D;
}
.AnyTagClassName
{
color: #6F740D;
}
</style>
background-color css
<style>
a { background-color: #6F740D; }
a { background-color: rgb(111,116,13); }
div.DivClassName
{
background-color: #6F740D;
}
.BgClassName
{
background-color: #6F740D;
}
</style>
border-color css
<style>
span { border-color: #6F740D; }
span { border-color: rgb(111,116,13); }
td.TdClassName
{
border-color: #6F740D;
}
.TagClassName
{
border-color: #6F740D;
}
</style>