Shades of Olive Drab #748F29
Tints of Olive Drab #748F29
RGB
CMYK
RGB Variations
Color information
#748F29 (or 0x748F29) is known color: Olive Drab. HEX triplet: 74, 8F and 29. RGB value is (116,143,41). Sum of RGB (Red+Green+Blue) = 116+143+41=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #748F29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F29 is #8B70D6. Grayscale: #7B7B7B. Windows color (decimal): -9138391 or 2723700. OLE color: 2723700.
HSL color Cylindrical-coordinate representation of color #748F29: hue angle of 75.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #748F29 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 41 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.44 |
| HSL | 75.88º | 0.55% | 0.36% | - |
| HSV(B) | 75.88º | 0.71% | 0.56% | - |
| XYZ | 17.43 | 23.52 | 5.72 | - |
| YUV | 123.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 41 | 0.19 | 0 | 0.71 | 0.44 | 75.88 | 0.55 | 0.36 |
| Hex | 74 | 8F | 29 | 13 | 0 | 47 | 2C | 4C | 37 | 24 |
| Octal | 164 | 217 | 51 | 23 | 0 | 107 | 54 | 114 | 67 | 44 |
| Binary | 1110100 | 10001111 | 101001 | 10011 | 0 | 1000111 | 101100 | 1001100 | 110111 | 100100 |
Color Harmonies of #748F29
Complementary color
Monochromatic Colors of #748F29
Black with #748F29
Text Example
Text Example
White with #748F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F29; }
p { color: rgb(116,143,41); }
H1.HeaderClassName
{
color: #748F29;
}
.AnyTagClassName
{
color: #748F29;
}
</style>
background-color css
<style>
a { background-color: #748F29; }
a { background-color: rgb(116,143,41); }
div.DivClassName
{
background-color: #748F29;
}
.BgClassName
{
background-color: #748F29;
}
</style>
border-color css
<style>
span { border-color: #748F29; }
span { border-color: rgb(116,143,41); }
td.TdClassName
{
border-color: #748F29;
}
.TagClassName
{
border-color: #748F29;
}
</style>