Shades of Olive #747205
Tints of Olive #747205
RGB
CMYK
RGB Variations
Color information
#747205 (or 0x747205) is known color: Olive. HEX triplet: 74, 72 and 05. RGB value is (116,114,5). Sum of RGB (Red+Green+Blue) = 116+114+5=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #747205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747205 is #8B8DFA. Grayscale: #666666. Windows color (decimal): -9145851 or 356980. OLE color: 356980.
HSL color Cylindrical-coordinate representation of color #747205: hue angle of 58.92º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #747205 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 5 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.55 |
| HSL | 58.92º | 0.92% | 0.24% | - |
| HSV(B) | 58.92º | 0.96% | 0.45% | - |
| XYZ | 13.25 | 15.76 | 2.49 | - |
| YUV | 102.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 5 | 0 | 0.02 | 0.96 | 0.55 | 58.92 | 0.92 | 0.24 |
| Hex | 74 | 72 | 5 | 0 | 2 | 60 | 37 | 3B | 5C | 18 |
| Octal | 164 | 162 | 5 | 0 | 2 | 140 | 67 | 73 | 134 | 30 |
| Binary | 1110100 | 1110010 | 101 | 0 | 10 | 1100000 | 110111 | 111011 | 1011100 | 11000 |
Color Harmonies of #747205
Complementary color
Monochromatic Colors of #747205
Black with #747205
Text Example
Text Example
White with #747205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747205; }
p { color: rgb(116,114,5); }
H1.HeaderClassName
{
color: #747205;
}
.AnyTagClassName
{
color: #747205;
}
</style>
background-color css
<style>
a { background-color: #747205; }
a { background-color: rgb(116,114,5); }
div.DivClassName
{
background-color: #747205;
}
.BgClassName
{
background-color: #747205;
}
</style>
border-color css
<style>
span { border-color: #747205; }
span { border-color: rgb(116,114,5); }
td.TdClassName
{
border-color: #747205;
}
.TagClassName
{
border-color: #747205;
}
</style>