Shades of Olive #748800
Tints of Olive #748800
RGB
CMYK
RGB Variations
Color information
#748800 (or 0x748800) is known color: Olive. HEX triplet: 74, 88 and 00. RGB value is (116,136,0). Sum of RGB (Red+Green+Blue) = 116+136+0=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #748800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748800 is #8B77FF. Grayscale: #737373. Windows color (decimal): -9140224 or 34932. OLE color: 34932.
HSL color Cylindrical-coordinate representation of color #748800: hue angle of 68.82º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #748800 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.47 |
| HSL | 68.82º | 1% | 0.27% | - |
| HSV(B) | 68.82º | 1% | 0.53% | - |
| XYZ | 16.01 | 21.32 | 3.27 | - |
| YUV | 114.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 0 | 0.15 | 0 | 1 | 0.47 | 68.82 | 1 | 0.27 |
| Hex | 74 | 88 | 0 | F | 0 | 64 | 2F | 45 | 64 | 1B |
| Octal | 164 | 210 | 0 | 17 | 0 | 144 | 57 | 105 | 144 | 33 |
| Binary | 1110100 | 10001000 | 0 | 1111 | 0 | 1100100 | 101111 | 1000101 | 1100100 | 11011 |
Color Harmonies of #748800
Complementary color
Monochromatic Colors of #748800
Black with #748800
Text Example
Text Example
White with #748800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748800; }
p { color: rgb(116,136,0); }
H1.HeaderClassName
{
color: #748800;
}
.AnyTagClassName
{
color: #748800;
}
</style>
background-color css
<style>
a { background-color: #748800; }
a { background-color: rgb(116,136,0); }
div.DivClassName
{
background-color: #748800;
}
.BgClassName
{
background-color: #748800;
}
</style>
border-color css
<style>
span { border-color: #748800; }
span { border-color: rgb(116,136,0); }
td.TdClassName
{
border-color: #748800;
}
.TagClassName
{
border-color: #748800;
}
</style>