Shades of Olive Drab #748D34
Tints of Olive Drab #748D34
RGB
CMYK
RGB Variations
Color information
#748D34 (or 0x748D34) is known color: Olive Drab. HEX triplet: 74, 8D and 34. RGB value is (116,141,52). Sum of RGB (Red+Green+Blue) = 116+141+52=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #748D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D34 is #8B72CB. Grayscale: #7B7B7B. Windows color (decimal): -9138892 or 3444084. OLE color: 3444084.
HSL color Cylindrical-coordinate representation of color #748D34: hue angle of 76.85º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #748D34 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 52 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.45 |
| HSL | 76.85º | 0.46% | 0.38% | - |
| HSV(B) | 76.85º | 0.63% | 0.55% | - |
| XYZ | 17.35 | 23.01 | 6.78 | - |
| YUV | 123.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 52 | 0.18 | 0 | 0.63 | 0.45 | 76.85 | 0.46 | 0.38 |
| Hex | 74 | 8D | 34 | 12 | 0 | 3F | 2D | 4D | 2E | 26 |
| Octal | 164 | 215 | 64 | 22 | 0 | 77 | 55 | 115 | 56 | 46 |
| Binary | 1110100 | 10001101 | 110100 | 10010 | 0 | 111111 | 101101 | 1001101 | 101110 | 100110 |
Color Harmonies of #748D34
Complementary color
Monochromatic Colors of #748D34
Black with #748D34
Text Example
Text Example
White with #748D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D34; }
p { color: rgb(116,141,52); }
H1.HeaderClassName
{
color: #748D34;
}
.AnyTagClassName
{
color: #748D34;
}
</style>
background-color css
<style>
a { background-color: #748D34; }
a { background-color: rgb(116,141,52); }
div.DivClassName
{
background-color: #748D34;
}
.BgClassName
{
background-color: #748D34;
}
</style>
border-color css
<style>
span { border-color: #748D34; }
span { border-color: rgb(116,141,52); }
td.TdClassName
{
border-color: #748D34;
}
.TagClassName
{
border-color: #748D34;
}
</style>