Shades of Olive #746F05
Tints of Olive #746F05
RGB
CMYK
RGB Variations
Color information
#746F05 (or 0x746F05) is known color: Olive. HEX triplet: 74, 6F and 05. RGB value is (116,111,5). Sum of RGB (Red+Green+Blue) = 116+111+5=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #746F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746F05 is #8B90FA. Grayscale: #646464. Windows color (decimal): -9146619 or 356212. OLE color: 356212.
HSL color Cylindrical-coordinate representation of color #746F05: hue angle of 57.3º 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 #746F05 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 5 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.55 |
| HSL | 57.3º | 0.92% | 0.24% | - |
| HSV(B) | 57.3º | 0.96% | 0.45% | - |
| XYZ | 12.91 | 15.09 | 2.38 | - |
| YUV | 100.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 5 | 0 | 0.04 | 0.96 | 0.55 | 57.3 | 0.92 | 0.24 |
| Hex | 74 | 6F | 5 | 0 | 4 | 60 | 37 | 39 | 5C | 18 |
| Octal | 164 | 157 | 5 | 0 | 4 | 140 | 67 | 71 | 134 | 30 |
| Binary | 1110100 | 1101111 | 101 | 0 | 100 | 1100000 | 110111 | 111001 | 1011100 | 11000 |
Color Harmonies of #746F05
Complementary color
Monochromatic Colors of #746F05
Black with #746F05
Text Example
Text Example
White with #746F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F05; }
p { color: rgb(116,111,5); }
H1.HeaderClassName
{
color: #746F05;
}
.AnyTagClassName
{
color: #746F05;
}
</style>
background-color css
<style>
a { background-color: #746F05; }
a { background-color: rgb(116,111,5); }
div.DivClassName
{
background-color: #746F05;
}
.BgClassName
{
background-color: #746F05;
}
</style>
border-color css
<style>
span { border-color: #746F05; }
span { border-color: rgb(116,111,5); }
td.TdClassName
{
border-color: #746F05;
}
.TagClassName
{
border-color: #746F05;
}
</style>