Shades of Olive Drab #748B1F
Tints of Olive Drab #748B1F
RGB
CMYK
RGB Variations
Color information
#748B1F (or 0x748B1F) is known color: Olive Drab. HEX triplet: 74, 8B and 1F. RGB value is (116,139,31). Sum of RGB (Red+Green+Blue) = 116+139+31=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #748B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B1F is #8B74E0. Grayscale: #787878. Windows color (decimal): -9139425 or 2067316. OLE color: 2067316.
HSL color Cylindrical-coordinate representation of color #748B1F: hue angle of 72.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #748B1F is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 31 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.45 |
| HSL | 72.78º | 0.64% | 0.33% | - |
| HSV(B) | 72.78º | 0.78% | 0.55% | - |
| XYZ | 16.68 | 22.28 | 4.72 | - |
| YUV | 119.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 31 | 0.17 | 0 | 0.78 | 0.45 | 72.78 | 0.64 | 0.33 |
| Hex | 74 | 8B | 1F | 11 | 0 | 4E | 2D | 49 | 40 | 21 |
| Octal | 164 | 213 | 37 | 21 | 0 | 116 | 55 | 111 | 100 | 41 |
| Binary | 1110100 | 10001011 | 11111 | 10001 | 0 | 1001110 | 101101 | 1001001 | 1000000 | 100001 |
Color Harmonies of #748B1F
Complementary color
Monochromatic Colors of #748B1F
Black with #748B1F
Text Example
Text Example
White with #748B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B1F; }
p { color: rgb(116,139,31); }
H1.HeaderClassName
{
color: #748B1F;
}
.AnyTagClassName
{
color: #748B1F;
}
</style>
background-color css
<style>
a { background-color: #748B1F; }
a { background-color: rgb(116,139,31); }
div.DivClassName
{
background-color: #748B1F;
}
.BgClassName
{
background-color: #748B1F;
}
</style>
border-color css
<style>
span { border-color: #748B1F; }
span { border-color: rgb(116,139,31); }
td.TdClassName
{
border-color: #748B1F;
}
.TagClassName
{
border-color: #748B1F;
}
</style>