Shades of Olive #748407
Tints of Olive #748407
RGB
CMYK
RGB Variations
Color information
#748407 (or 0x748407) is known color: Olive. HEX triplet: 74, 84 and 07. RGB value is (116,132,7). Sum of RGB (Red+Green+Blue) = 116+132+7=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #748407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748407 is #8B7BF8. Grayscale: #717171. Windows color (decimal): -9141241 or 492660. OLE color: 492660.
HSL color Cylindrical-coordinate representation of color #748407: hue angle of 67.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #748407 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 7 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.48 |
| HSL | 67.68º | 0.9% | 0.27% | - |
| HSV(B) | 67.68º | 0.95% | 0.52% | - |
| XYZ | 15.49 | 20.23 | 3.29 | - |
| YUV | 112.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 7 | 0.12 | 0 | 0.95 | 0.48 | 67.68 | 0.9 | 0.27 |
| Hex | 74 | 84 | 7 | C | 0 | 5F | 30 | 44 | 5A | 1B |
| Octal | 164 | 204 | 7 | 14 | 0 | 137 | 60 | 104 | 132 | 33 |
| Binary | 1110100 | 10000100 | 111 | 1100 | 0 | 1011111 | 110000 | 1000100 | 1011010 | 11011 |
Color Harmonies of #748407
Complementary color
Monochromatic Colors of #748407
Black with #748407
Text Example
Text Example
White with #748407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748407; }
p { color: rgb(116,132,7); }
H1.HeaderClassName
{
color: #748407;
}
.AnyTagClassName
{
color: #748407;
}
</style>
background-color css
<style>
a { background-color: #748407; }
a { background-color: rgb(116,132,7); }
div.DivClassName
{
background-color: #748407;
}
.BgClassName
{
background-color: #748407;
}
</style>
border-color css
<style>
span { border-color: #748407; }
span { border-color: rgb(116,132,7); }
td.TdClassName
{
border-color: #748407;
}
.TagClassName
{
border-color: #748407;
}
</style>