Shades of Olive #74820D
Tints of Olive #74820D
RGB
CMYK
RGB Variations
Color information
#74820D (or 0x74820D) is known color: Olive. HEX triplet: 74, 82 and 0D. RGB value is (116,130,13). Sum of RGB (Red+Green+Blue) = 116+130+13=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #74820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74820D is #8B7DF2. Grayscale: #707070. Windows color (decimal): -9141747 or 885364. OLE color: 885364.
HSL color Cylindrical-coordinate representation of color #74820D: hue angle of 67.18º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74820D is Cyan = 0.11, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 13 | - |
| CMYK | 0.11 | 0 | 0.9 | 0.49 |
| HSL | 67.18º | 0.82% | 0.28% | - |
| HSV(B) | 67.18º | 0.9% | 0.51% | - |
| XYZ | 15.26 | 19.71 | 3.38 | - |
| YUV | 112.48 | 71.86 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 13 | 0.11 | 0 | 0.9 | 0.49 | 67.18 | 0.82 | 0.28 |
| Hex | 74 | 82 | D | B | 0 | 5A | 31 | 43 | 52 | 1C |
| Octal | 164 | 202 | 15 | 13 | 0 | 132 | 61 | 103 | 122 | 34 |
| Binary | 1110100 | 10000010 | 1101 | 1011 | 0 | 1011010 | 110001 | 1000011 | 1010010 | 11100 |
Color Harmonies of #74820D
Complementary color
Monochromatic Colors of #74820D
Black with #74820D
Text Example
Text Example
White with #74820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74820D; }
p { color: rgb(116,130,13); }
H1.HeaderClassName
{
color: #74820D;
}
.AnyTagClassName
{
color: #74820D;
}
</style>
background-color css
<style>
a { background-color: #74820D; }
a { background-color: rgb(116,130,13); }
div.DivClassName
{
background-color: #74820D;
}
.BgClassName
{
background-color: #74820D;
}
</style>
border-color css
<style>
span { border-color: #74820D; }
span { border-color: rgb(116,130,13); }
td.TdClassName
{
border-color: #74820D;
}
.TagClassName
{
border-color: #74820D;
}
</style>