Shades of Olive #74810A
Tints of Olive #74810A
RGB
CMYK
RGB Variations
Color information
#74810A (or 0x74810A) is known color: Olive. HEX triplet: 74, 81 and 0A. RGB value is (116,129,10). Sum of RGB (Red+Green+Blue) = 116+129+10=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #74810A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74810A is #8B7EF5. Grayscale: #707070. Windows color (decimal): -9142006 or 688500. OLE color: 688500.
HSL color Cylindrical-coordinate representation of color #74810A: hue angle of 66.55º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74810A is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 10 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.49 |
| HSL | 66.55º | 0.86% | 0.27% | - |
| HSV(B) | 66.55º | 0.92% | 0.51% | - |
| XYZ | 15.11 | 19.44 | 3.24 | - |
| YUV | 111.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 10 | 0.10 | 0 | 0.92 | 0.49 | 66.55 | 0.86 | 0.27 |
| Hex | 74 | 81 | A | A | 0 | 5C | 31 | 43 | 56 | 1B |
| Octal | 164 | 201 | 12 | 12 | 0 | 134 | 61 | 103 | 126 | 33 |
| Binary | 1110100 | 10000001 | 1010 | 1010 | 0 | 1011100 | 110001 | 1000011 | 1010110 | 11011 |
Color Harmonies of #74810A
Complementary color
Monochromatic Colors of #74810A
Black with #74810A
Text Example
Text Example
White with #74810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74810A; }
p { color: rgb(116,129,10); }
H1.HeaderClassName
{
color: #74810A;
}
.AnyTagClassName
{
color: #74810A;
}
</style>
background-color css
<style>
a { background-color: #74810A; }
a { background-color: rgb(116,129,10); }
div.DivClassName
{
background-color: #74810A;
}
.BgClassName
{
background-color: #74810A;
}
</style>
border-color css
<style>
span { border-color: #74810A; }
span { border-color: rgb(116,129,10); }
td.TdClassName
{
border-color: #74810A;
}
.TagClassName
{
border-color: #74810A;
}
</style>