Shades of Olive Drab #748B2C
Tints of Olive Drab #748B2C
RGB
CMYK
RGB Variations
Color information
#748B2C (or 0x748B2C) is known color: Olive Drab. HEX triplet: 74, 8B and 2C. RGB value is (116,139,44). Sum of RGB (Red+Green+Blue) = 116+139+44=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #748B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B2C is #8B74D3. Grayscale: #797979. Windows color (decimal): -9139412 or 2919284. OLE color: 2919284.
HSL color Cylindrical-coordinate representation of color #748B2C: hue angle of 74.53º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #748B2C is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 44 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.45 |
| HSL | 74.53º | 0.52% | 0.36% | - |
| HSV(B) | 74.53º | 0.68% | 0.55% | - |
| XYZ | 16.89 | 22.36 | 5.81 | - |
| YUV | 121.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 44 | 0.17 | 0 | 0.68 | 0.45 | 74.53 | 0.52 | 0.36 |
| Hex | 74 | 8B | 2C | 11 | 0 | 44 | 2D | 4B | 34 | 24 |
| Octal | 164 | 213 | 54 | 21 | 0 | 104 | 55 | 113 | 64 | 44 |
| Binary | 1110100 | 10001011 | 101100 | 10001 | 0 | 1000100 | 101101 | 1001011 | 110100 | 100100 |
Color Harmonies of #748B2C
Complementary color
Monochromatic Colors of #748B2C
Black with #748B2C
Text Example
Text Example
White with #748B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B2C; }
p { color: rgb(116,139,44); }
H1.HeaderClassName
{
color: #748B2C;
}
.AnyTagClassName
{
color: #748B2C;
}
</style>
background-color css
<style>
a { background-color: #748B2C; }
a { background-color: rgb(116,139,44); }
div.DivClassName
{
background-color: #748B2C;
}
.BgClassName
{
background-color: #748B2C;
}
</style>
border-color css
<style>
span { border-color: #748B2C; }
span { border-color: rgb(116,139,44); }
td.TdClassName
{
border-color: #748B2C;
}
.TagClassName
{
border-color: #748B2C;
}
</style>