Shades of Olive #746D0B
Tints of Olive #746D0B
RGB
CMYK
RGB Variations
Color information
#746D0B (or 0x746D0B) is known color: Olive. HEX triplet: 74, 6D and 0B. RGB value is (116,109,11). Sum of RGB (Red+Green+Blue) = 116+109+11=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D0B is #8B92F4. Grayscale: #646464. Windows color (decimal): -9147125 or 748916. OLE color: 748916.
HSL color Cylindrical-coordinate representation of color #746D0B: hue angle of 56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #746D0B is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 11 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.55 |
| HSL | 56º | 0.83% | 0.25% | - |
| HSV(B) | 56º | 0.91% | 0.45% | - |
| XYZ | 12.73 | 14.67 | 2.48 | - |
| YUV | 99.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 11 | 0 | 0.06 | 0.91 | 0.55 | 56 | 0.83 | 0.25 |
| Hex | 74 | 6D | B | 0 | 6 | 5B | 37 | 38 | 53 | 19 |
| Octal | 164 | 155 | 13 | 0 | 6 | 133 | 67 | 70 | 123 | 31 |
| Binary | 1110100 | 1101101 | 1011 | 0 | 110 | 1011011 | 110111 | 111000 | 1010011 | 11001 |
Color Harmonies of #746D0B
Complementary color
Monochromatic Colors of #746D0B
Black with #746D0B
Text Example
Text Example
White with #746D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D0B; }
p { color: rgb(116,109,11); }
H1.HeaderClassName
{
color: #746D0B;
}
.AnyTagClassName
{
color: #746D0B;
}
</style>
background-color css
<style>
a { background-color: #746D0B; }
a { background-color: rgb(116,109,11); }
div.DivClassName
{
background-color: #746D0B;
}
.BgClassName
{
background-color: #746D0B;
}
</style>
border-color css
<style>
span { border-color: #746D0B; }
span { border-color: rgb(116,109,11); }
td.TdClassName
{
border-color: #746D0B;
}
.TagClassName
{
border-color: #746D0B;
}
</style>