Shades of Olive #748A0C
Tints of Olive #748A0C
RGB
CMYK
RGB Variations
Color information
#748A0C (or 0x748A0C) is known color: Olive. HEX triplet: 74, 8A and 0C. RGB value is (116,138,12). Sum of RGB (Red+Green+Blue) = 116+138+12=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #748A0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748A0C is #8B75F3. Grayscale: #757575. Windows color (decimal): -9139700 or 821876. OLE color: 821876.
HSL color Cylindrical-coordinate representation of color #748A0C: hue angle of 70.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #748A0C is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 12 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.46 |
| HSL | 70.48º | 0.84% | 0.29% | - |
| HSV(B) | 70.48º | 0.91% | 0.54% | - |
| XYZ | 16.36 | 21.92 | 3.72 | - |
| YUV | 117.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 12 | 0.16 | 0 | 0.91 | 0.46 | 70.48 | 0.84 | 0.29 |
| Hex | 74 | 8A | C | 10 | 0 | 5B | 2E | 46 | 54 | 1D |
| Octal | 164 | 212 | 14 | 20 | 0 | 133 | 56 | 106 | 124 | 35 |
| Binary | 1110100 | 10001010 | 1100 | 10000 | 0 | 1011011 | 101110 | 1000110 | 1010100 | 11101 |
Color Harmonies of #748A0C
Complementary color
Monochromatic Colors of #748A0C
Black with #748A0C
Text Example
Text Example
White with #748A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A0C; }
p { color: rgb(116,138,12); }
H1.HeaderClassName
{
color: #748A0C;
}
.AnyTagClassName
{
color: #748A0C;
}
</style>
background-color css
<style>
a { background-color: #748A0C; }
a { background-color: rgb(116,138,12); }
div.DivClassName
{
background-color: #748A0C;
}
.BgClassName
{
background-color: #748A0C;
}
</style>
border-color css
<style>
span { border-color: #748A0C; }
span { border-color: rgb(116,138,12); }
td.TdClassName
{
border-color: #748A0C;
}
.TagClassName
{
border-color: #748A0C;
}
</style>