Shades of Olive #748600
Tints of Olive #748600
RGB
CMYK
RGB Variations
Color information
#748600 (or 0x748600) is known color: Olive. HEX triplet: 74, 86 and 00. RGB value is (116,134,0). Sum of RGB (Red+Green+Blue) = 116+134+0=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #748600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748600 is #8B79FF. Grayscale: #717171. Windows color (decimal): -9140736 or 34420. OLE color: 34420.
HSL color Cylindrical-coordinate representation of color #748600: hue angle of 68.06º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #748600 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.47 |
| HSL | 68.06º | 1% | 0.26% | - |
| HSV(B) | 68.06º | 1% | 0.53% | - |
| XYZ | 15.73 | 20.76 | 3.18 | - |
| YUV | 113.34 | 64.04 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 0 | 0.13 | 0 | 1 | 0.47 | 68.06 | 1 | 0.26 |
| Hex | 74 | 86 | 0 | D | 0 | 64 | 2F | 44 | 64 | 1A |
| Octal | 164 | 206 | 0 | 15 | 0 | 144 | 57 | 104 | 144 | 32 |
| Binary | 1110100 | 10000110 | 0 | 1101 | 0 | 1100100 | 101111 | 1000100 | 1100100 | 11010 |
Color Harmonies of #748600
Complementary color
Monochromatic Colors of #748600
Black with #748600
Text Example
Text Example
White with #748600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748600; }
p { color: rgb(116,134,0); }
H1.HeaderClassName
{
color: #748600;
}
.AnyTagClassName
{
color: #748600;
}
</style>
background-color css
<style>
a { background-color: #748600; }
a { background-color: rgb(116,134,0); }
div.DivClassName
{
background-color: #748600;
}
.BgClassName
{
background-color: #748600;
}
</style>
border-color css
<style>
span { border-color: #748600; }
span { border-color: rgb(116,134,0); }
td.TdClassName
{
border-color: #748600;
}
.TagClassName
{
border-color: #748600;
}
</style>