Shades of Olive #74840D
Tints of Olive #74840D
RGB
CMYK
RGB Variations
Color information
#74840D (or 0x74840D) is known color: Olive. HEX triplet: 74, 84 and 0D. RGB value is (116,132,13). Sum of RGB (Red+Green+Blue) = 116+132+13=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #74840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74840D is #8B7BF2. Grayscale: #727272. Windows color (decimal): -9141235 or 885876. OLE color: 885876.
HSL color Cylindrical-coordinate representation of color #74840D: hue angle of 68.07º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74840D is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 13 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.48 |
| HSL | 68.07º | 0.82% | 0.28% | - |
| HSV(B) | 68.07º | 0.9% | 0.52% | - |
| XYZ | 15.53 | 20.24 | 3.47 | - |
| YUV | 113.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 13 | 0.12 | 0 | 0.90 | 0.48 | 68.07 | 0.82 | 0.28 |
| Hex | 74 | 84 | D | C | 0 | 5A | 30 | 44 | 52 | 1C |
| Octal | 164 | 204 | 15 | 14 | 0 | 132 | 60 | 104 | 122 | 34 |
| Binary | 1110100 | 10000100 | 1101 | 1100 | 0 | 1011010 | 110000 | 1000100 | 1010010 | 11100 |
Color Harmonies of #74840D
Complementary color
Monochromatic Colors of #74840D
Black with #74840D
Text Example
Text Example
White with #74840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74840D; }
p { color: rgb(116,132,13); }
H1.HeaderClassName
{
color: #74840D;
}
.AnyTagClassName
{
color: #74840D;
}
</style>
background-color css
<style>
a { background-color: #74840D; }
a { background-color: rgb(116,132,13); }
div.DivClassName
{
background-color: #74840D;
}
.BgClassName
{
background-color: #74840D;
}
</style>
border-color css
<style>
span { border-color: #74840D; }
span { border-color: rgb(116,132,13); }
td.TdClassName
{
border-color: #74840D;
}
.TagClassName
{
border-color: #74840D;
}
</style>