Shades of Olive #74860B
Tints of Olive #74860B
RGB
CMYK
RGB Variations
Color information
#74860B (or 0x74860B) is known color: Olive. HEX triplet: 74, 86 and 0B. RGB value is (116,134,11). Sum of RGB (Red+Green+Blue) = 116+134+11=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #74860B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74860B is #8B79F4. Grayscale: #737373. Windows color (decimal): -9140725 or 755316. OLE color: 755316.
HSL color Cylindrical-coordinate representation of color #74860B: hue angle of 68.78º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74860B is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 11 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.47 |
| HSL | 68.78º | 0.85% | 0.28% | - |
| HSV(B) | 68.78º | 0.92% | 0.53% | - |
| XYZ | 15.79 | 20.79 | 3.5 | - |
| YUV | 114.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 11 | 0.13 | 0 | 0.92 | 0.47 | 68.78 | 0.85 | 0.28 |
| Hex | 74 | 86 | B | D | 0 | 5C | 2F | 45 | 55 | 1C |
| Octal | 164 | 206 | 13 | 15 | 0 | 134 | 57 | 105 | 125 | 34 |
| Binary | 1110100 | 10000110 | 1011 | 1101 | 0 | 1011100 | 101111 | 1000101 | 1010101 | 11100 |
Color Harmonies of #74860B
Complementary color
Monochromatic Colors of #74860B
Black with #74860B
Text Example
Text Example
White with #74860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74860B; }
p { color: rgb(116,134,11); }
H1.HeaderClassName
{
color: #74860B;
}
.AnyTagClassName
{
color: #74860B;
}
</style>
background-color css
<style>
a { background-color: #74860B; }
a { background-color: rgb(116,134,11); }
div.DivClassName
{
background-color: #74860B;
}
.BgClassName
{
background-color: #74860B;
}
</style>
border-color css
<style>
span { border-color: #74860B; }
span { border-color: rgb(116,134,11); }
td.TdClassName
{
border-color: #74860B;
}
.TagClassName
{
border-color: #74860B;
}
</style>