Shades of Olive #747A0D
Tints of Olive #747A0D
RGB
CMYK
RGB Variations
Color information
#747A0D (or 0x747A0D) is known color: Olive. HEX triplet: 74, 7A and 0D. RGB value is (116,122,13). Sum of RGB (Red+Green+Blue) = 116+122+13=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #747A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747A0D is #8B85F2. Grayscale: #6C6C6C. Windows color (decimal): -9143795 or 883316. OLE color: 883316.
HSL color Cylindrical-coordinate representation of color #747A0D: hue angle of 63.3º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #747A0D is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 13 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.52 |
| HSL | 63.3º | 0.81% | 0.26% | - |
| HSV(B) | 63.3º | 0.89% | 0.48% | - |
| XYZ | 14.23 | 17.66 | 3.04 | - |
| YUV | 107.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 13 | 0.05 | 0 | 0.89 | 0.52 | 63.3 | 0.81 | 0.26 |
| Hex | 74 | 7A | D | 5 | 0 | 59 | 34 | 3F | 51 | 1A |
| Octal | 164 | 172 | 15 | 5 | 0 | 131 | 64 | 77 | 121 | 32 |
| Binary | 1110100 | 1111010 | 1101 | 101 | 0 | 1011001 | 110100 | 111111 | 1010001 | 11010 |
Color Harmonies of #747A0D
Complementary color
Monochromatic Colors of #747A0D
Black with #747A0D
Text Example
Text Example
White with #747A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A0D; }
p { color: rgb(116,122,13); }
H1.HeaderClassName
{
color: #747A0D;
}
.AnyTagClassName
{
color: #747A0D;
}
</style>
background-color css
<style>
a { background-color: #747A0D; }
a { background-color: rgb(116,122,13); }
div.DivClassName
{
background-color: #747A0D;
}
.BgClassName
{
background-color: #747A0D;
}
</style>
border-color css
<style>
span { border-color: #747A0D; }
span { border-color: rgb(116,122,13); }
td.TdClassName
{
border-color: #747A0D;
}
.TagClassName
{
border-color: #747A0D;
}
</style>