Shades of Olive #747A0C
Tints of Olive #747A0C
RGB
CMYK
RGB Variations
Color information
#747A0C (or 0x747A0C) is known color: Olive. HEX triplet: 74, 7A and 0C. RGB value is (116,122,12). Sum of RGB (Red+Green+Blue) = 116+122+12=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #747A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747A0C is #8B85F3. Grayscale: #6C6C6C. Windows color (decimal): -9143796 or 817780. OLE color: 817780.
HSL color Cylindrical-coordinate representation of color #747A0C: hue angle of 63.27º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #747A0C is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 12 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.52 |
| HSL | 63.27º | 0.82% | 0.26% | - |
| HSV(B) | 63.27º | 0.9% | 0.48% | - |
| XYZ | 14.23 | 17.66 | 3.01 | - |
| YUV | 107.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 12 | 0.05 | 0 | 0.90 | 0.52 | 63.27 | 0.82 | 0.26 |
| Hex | 74 | 7A | C | 5 | 0 | 5A | 34 | 3F | 52 | 1A |
| Octal | 164 | 172 | 14 | 5 | 0 | 132 | 64 | 77 | 122 | 32 |
| Binary | 1110100 | 1111010 | 1100 | 101 | 0 | 1011010 | 110100 | 111111 | 1010010 | 11010 |
Color Harmonies of #747A0C
Complementary color
Monochromatic Colors of #747A0C
Black with #747A0C
Text Example
Text Example
White with #747A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A0C; }
p { color: rgb(116,122,12); }
H1.HeaderClassName
{
color: #747A0C;
}
.AnyTagClassName
{
color: #747A0C;
}
</style>
background-color css
<style>
a { background-color: #747A0C; }
a { background-color: rgb(116,122,12); }
div.DivClassName
{
background-color: #747A0C;
}
.BgClassName
{
background-color: #747A0C;
}
</style>
border-color css
<style>
span { border-color: #747A0C; }
span { border-color: rgb(116,122,12); }
td.TdClassName
{
border-color: #747A0C;
}
.TagClassName
{
border-color: #747A0C;
}
</style>