Shades of Olive #748001
Tints of Olive #748001
RGB
CMYK
RGB Variations
Color information
#748001 (or 0x748001) is known color: Olive. HEX triplet: 74, 80 and 01. RGB value is (116,128,1). Sum of RGB (Red+Green+Blue) = 116+128+1=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #748001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748001 is #8B7FFE. Grayscale: #6E6E6E. Windows color (decimal): -9142271 or 98420. OLE color: 98420.
HSL color Cylindrical-coordinate representation of color #748001: hue angle of 65.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #748001 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.50 |
| HSL | 65.67º | 0.98% | 0.25% | - |
| HSV(B) | 65.67º | 0.99% | 0.5% | - |
| XYZ | 14.93 | 19.15 | 2.94 | - |
| YUV | 109.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 1 | 0.09 | 0 | 0.99 | 0.50 | 65.67 | 0.98 | 0.25 |
| Hex | 74 | 80 | 1 | 9 | 0 | 63 | 32 | 42 | 62 | 19 |
| Octal | 164 | 200 | 1 | 11 | 0 | 143 | 62 | 102 | 142 | 31 |
| Binary | 1110100 | 10000000 | 1 | 1001 | 0 | 1100011 | 110010 | 1000010 | 1100010 | 11001 |
Color Harmonies of #748001
Complementary color
Monochromatic Colors of #748001
Black with #748001
Text Example
Text Example
White with #748001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748001; }
p { color: rgb(116,128,1); }
H1.HeaderClassName
{
color: #748001;
}
.AnyTagClassName
{
color: #748001;
}
</style>
background-color css
<style>
a { background-color: #748001; }
a { background-color: rgb(116,128,1); }
div.DivClassName
{
background-color: #748001;
}
.BgClassName
{
background-color: #748001;
}
</style>
border-color css
<style>
span { border-color: #748001; }
span { border-color: rgb(116,128,1); }
td.TdClassName
{
border-color: #748001;
}
.TagClassName
{
border-color: #748001;
}
</style>