Shades of Olive #746402
Tints of Olive #746402
RGB
CMYK
RGB Variations
Color information
#746402 (or 0x746402) is known color: Olive. HEX triplet: 74, 64 and 02. RGB value is (116,100,2). Sum of RGB (Red+Green+Blue) = 116+100+2=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #746402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746402 is #8B9BFD. Grayscale: #5E5E5E. Windows color (decimal): -9149438 or 156788. OLE color: 156788.
HSL color Cylindrical-coordinate representation of color #746402: hue angle of 51.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #746402 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 100 | 2 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.55 |
| HSL | 51.58º | 0.97% | 0.23% | - |
| HSV(B) | 51.58º | 0.98% | 0.45% | - |
| XYZ | 11.77 | 12.83 | 1.91 | - |
| YUV | 93.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 2 | 0 | 0.14 | 0.98 | 0.55 | 51.58 | 0.97 | 0.23 |
| Hex | 74 | 64 | 2 | 0 | E | 62 | 37 | 34 | 61 | 17 |
| Octal | 164 | 144 | 2 | 0 | 16 | 142 | 67 | 64 | 141 | 27 |
| Binary | 1110100 | 1100100 | 10 | 0 | 1110 | 1100010 | 110111 | 110100 | 1100001 | 10111 |
Color Harmonies of #746402
Complementary color
Monochromatic Colors of #746402
Black with #746402
Text Example
Text Example
White with #746402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746402; }
p { color: rgb(116,100,2); }
H1.HeaderClassName
{
color: #746402;
}
.AnyTagClassName
{
color: #746402;
}
</style>
background-color css
<style>
a { background-color: #746402; }
a { background-color: rgb(116,100,2); }
div.DivClassName
{
background-color: #746402;
}
.BgClassName
{
background-color: #746402;
}
</style>
border-color css
<style>
span { border-color: #746402; }
span { border-color: rgb(116,100,2); }
td.TdClassName
{
border-color: #746402;
}
.TagClassName
{
border-color: #746402;
}
</style>