Shades of Olive Drab #748B1D
Tints of Olive Drab #748B1D
RGB
CMYK
RGB Variations
Color information
#748B1D (or 0x748B1D) is known color: Olive Drab. HEX triplet: 74, 8B and 1D. RGB value is (116,139,29). Sum of RGB (Red+Green+Blue) = 116+139+29=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #748B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B1D is #8B74E2. Grayscale: #777777. Windows color (decimal): -9139427 or 1936244. OLE color: 1936244.
HSL color Cylindrical-coordinate representation of color #748B1D: hue angle of 72.55º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #748B1D is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 29 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.45 |
| HSL | 72.55º | 0.65% | 0.33% | - |
| HSV(B) | 72.55º | 0.79% | 0.55% | - |
| XYZ | 16.66 | 22.27 | 4.58 | - |
| YUV | 119.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 29 | 0.17 | 0 | 0.79 | 0.45 | 72.55 | 0.65 | 0.33 |
| Hex | 74 | 8B | 1D | 11 | 0 | 4F | 2D | 49 | 41 | 21 |
| Octal | 164 | 213 | 35 | 21 | 0 | 117 | 55 | 111 | 101 | 41 |
| Binary | 1110100 | 10001011 | 11101 | 10001 | 0 | 1001111 | 101101 | 1001001 | 1000001 | 100001 |
Color Harmonies of #748B1D
Complementary color
Monochromatic Colors of #748B1D
Black with #748B1D
Text Example
Text Example
White with #748B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B1D; }
p { color: rgb(116,139,29); }
H1.HeaderClassName
{
color: #748B1D;
}
.AnyTagClassName
{
color: #748B1D;
}
</style>
background-color css
<style>
a { background-color: #748B1D; }
a { background-color: rgb(116,139,29); }
div.DivClassName
{
background-color: #748B1D;
}
.BgClassName
{
background-color: #748B1D;
}
</style>
border-color css
<style>
span { border-color: #748B1D; }
span { border-color: rgb(116,139,29); }
td.TdClassName
{
border-color: #748B1D;
}
.TagClassName
{
border-color: #748B1D;
}
</style>