Shades of Olive #748601
Tints of Olive #748601
RGB
CMYK
RGB Variations
Color information
#748601 (or 0x748601) is known color: Olive. HEX triplet: 74, 86 and 01. RGB value is (116,134,1). Sum of RGB (Red+Green+Blue) = 116+134+1=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #748601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748601 is #8B79FE. Grayscale: #717171. Windows color (decimal): -9140735 or 99956. OLE color: 99956.
HSL color Cylindrical-coordinate representation of color #748601: hue angle of 68.12º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #748601 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.47 |
| HSL | 68.12º | 0.99% | 0.26% | - |
| HSV(B) | 68.12º | 0.99% | 0.53% | - |
| XYZ | 15.73 | 20.77 | 3.21 | - |
| YUV | 113.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 1 | 0.13 | 0 | 0.99 | 0.47 | 68.12 | 0.99 | 0.26 |
| Hex | 74 | 86 | 1 | D | 0 | 63 | 2F | 44 | 63 | 1A |
| Octal | 164 | 206 | 1 | 15 | 0 | 143 | 57 | 104 | 143 | 32 |
| Binary | 1110100 | 10000110 | 1 | 1101 | 0 | 1100011 | 101111 | 1000100 | 1100011 | 11010 |
Color Harmonies of #748601
Complementary color
Monochromatic Colors of #748601
Black with #748601
Text Example
Text Example
White with #748601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748601; }
p { color: rgb(116,134,1); }
H1.HeaderClassName
{
color: #748601;
}
.AnyTagClassName
{
color: #748601;
}
</style>
background-color css
<style>
a { background-color: #748601; }
a { background-color: rgb(116,134,1); }
div.DivClassName
{
background-color: #748601;
}
.BgClassName
{
background-color: #748601;
}
</style>
border-color css
<style>
span { border-color: #748601; }
span { border-color: rgb(116,134,1); }
td.TdClassName
{
border-color: #748601;
}
.TagClassName
{
border-color: #748601;
}
</style>