Shades of Olive Drab #748F1E
Tints of Olive Drab #748F1E
RGB
CMYK
RGB Variations
Color information
#748F1E (or 0x748F1E) is known color: Olive Drab. HEX triplet: 74, 8F and 1E. RGB value is (116,143,30). Sum of RGB (Red+Green+Blue) = 116+143+30=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #748F1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F1E is #8B70E1. Grayscale: #7A7A7A. Windows color (decimal): -9138402 or 2002804. OLE color: 2002804.
HSL color Cylindrical-coordinate representation of color #748F1E: hue angle of 74.34º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #748F1E is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 30 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.44 |
| HSL | 74.34º | 0.65% | 0.34% | - |
| HSV(B) | 74.34º | 0.79% | 0.56% | - |
| XYZ | 17.26 | 23.45 | 4.85 | - |
| YUV | 122.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 30 | 0.19 | 0 | 0.79 | 0.44 | 74.34 | 0.65 | 0.34 |
| Hex | 74 | 8F | 1E | 13 | 0 | 4F | 2C | 4A | 41 | 22 |
| Octal | 164 | 217 | 36 | 23 | 0 | 117 | 54 | 112 | 101 | 42 |
| Binary | 1110100 | 10001111 | 11110 | 10011 | 0 | 1001111 | 101100 | 1001010 | 1000001 | 100010 |
Color Harmonies of #748F1E
Complementary color
Monochromatic Colors of #748F1E
Black with #748F1E
Text Example
Text Example
White with #748F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F1E; }
p { color: rgb(116,143,30); }
H1.HeaderClassName
{
color: #748F1E;
}
.AnyTagClassName
{
color: #748F1E;
}
</style>
background-color css
<style>
a { background-color: #748F1E; }
a { background-color: rgb(116,143,30); }
div.DivClassName
{
background-color: #748F1E;
}
.BgClassName
{
background-color: #748F1E;
}
</style>
border-color css
<style>
span { border-color: #748F1E; }
span { border-color: rgb(116,143,30); }
td.TdClassName
{
border-color: #748F1E;
}
.TagClassName
{
border-color: #748F1E;
}
</style>