Shades of Olive #746F07
Tints of Olive #746F07
RGB
CMYK
RGB Variations
Color information
#746F07 (or 0x746F07) is known color: Olive. HEX triplet: 74, 6F and 07. RGB value is (116,111,7). Sum of RGB (Red+Green+Blue) = 116+111+7=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #746F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746F07 is #8B90F8. Grayscale: #656565. Windows color (decimal): -9146617 or 487284. OLE color: 487284.
HSL color Cylindrical-coordinate representation of color #746F07: hue angle of 57.25º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #746F07 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 7 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.55 |
| HSL | 57.25º | 0.89% | 0.24% | - |
| HSV(B) | 57.25º | 0.94% | 0.45% | - |
| XYZ | 12.93 | 15.1 | 2.43 | - |
| YUV | 100.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 7 | 0 | 0.04 | 0.94 | 0.55 | 57.25 | 0.89 | 0.24 |
| Hex | 74 | 6F | 7 | 0 | 4 | 5E | 37 | 39 | 59 | 18 |
| Octal | 164 | 157 | 7 | 0 | 4 | 136 | 67 | 71 | 131 | 30 |
| Binary | 1110100 | 1101111 | 111 | 0 | 100 | 1011110 | 110111 | 111001 | 1011001 | 11000 |
Color Harmonies of #746F07
Complementary color
Monochromatic Colors of #746F07
Black with #746F07
Text Example
Text Example
White with #746F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F07; }
p { color: rgb(116,111,7); }
H1.HeaderClassName
{
color: #746F07;
}
.AnyTagClassName
{
color: #746F07;
}
</style>
background-color css
<style>
a { background-color: #746F07; }
a { background-color: rgb(116,111,7); }
div.DivClassName
{
background-color: #746F07;
}
.BgClassName
{
background-color: #746F07;
}
</style>
border-color css
<style>
span { border-color: #746F07; }
span { border-color: rgb(116,111,7); }
td.TdClassName
{
border-color: #746F07;
}
.TagClassName
{
border-color: #746F07;
}
</style>