Shades of Olive Drab #749A1C
Tints of Olive Drab #749A1C
RGB
CMYK
RGB Variations
Color information
#749A1C (or 0x749A1C) is known color: Olive Drab. HEX triplet: 74, 9A and 1C. RGB value is (116,154,28). Sum of RGB (Red+Green+Blue) = 116+154+28=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #749A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A1C is #8B65E3. Grayscale: #808080. Windows color (decimal): -9135588 or 1874548. OLE color: 1874548.
HSL color Cylindrical-coordinate representation of color #749A1C: hue angle of 78.1º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #749A1C is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 28 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.40 |
| HSL | 78.1º | 0.69% | 0.36% | - |
| HSV(B) | 78.1º | 0.82% | 0.6% | - |
| XYZ | 18.97 | 26.91 | 5.29 | - |
| YUV | 128.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 28 | 0.25 | 0 | 0.82 | 0.40 | 78.1 | 0.69 | 0.36 |
| Hex | 74 | 9A | 1C | 19 | 0 | 52 | 28 | 4E | 45 | 24 |
| Octal | 164 | 232 | 34 | 31 | 0 | 122 | 50 | 116 | 105 | 44 |
| Binary | 1110100 | 10011010 | 11100 | 11001 | 0 | 1010010 | 101000 | 1001110 | 1000101 | 100100 |
Color Harmonies of #749A1C
Complementary color
Monochromatic Colors of #749A1C
Black with #749A1C
Text Example
Text Example
White with #749A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A1C; }
p { color: rgb(116,154,28); }
H1.HeaderClassName
{
color: #749A1C;
}
.AnyTagClassName
{
color: #749A1C;
}
</style>
background-color css
<style>
a { background-color: #749A1C; }
a { background-color: rgb(116,154,28); }
div.DivClassName
{
background-color: #749A1C;
}
.BgClassName
{
background-color: #749A1C;
}
</style>
border-color css
<style>
span { border-color: #749A1C; }
span { border-color: rgb(116,154,28); }
td.TdClassName
{
border-color: #749A1C;
}
.TagClassName
{
border-color: #749A1C;
}
</style>