Shades of Olive #746202
Tints of Olive #746202
RGB
CMYK
RGB Variations
Color information
#746202 (or 0x746202) is known color: Olive. HEX triplet: 74, 62 and 02. RGB value is (116,98,2). Sum of RGB (Red+Green+Blue) = 116+98+2=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #746202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746202 is #8B9DFD. Grayscale: #5C5C5C. Windows color (decimal): -9149950 or 156276. OLE color: 156276.
HSL color Cylindrical-coordinate representation of color #746202: hue angle of 50.53º 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 #746202 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.55 |
| HSL | 50.53º | 0.97% | 0.23% | - |
| HSV(B) | 50.53º | 0.98% | 0.45% | - |
| XYZ | 11.58 | 12.45 | 1.85 | - |
| YUV | 92.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 2 | 0 | 0.16 | 0.98 | 0.55 | 50.53 | 0.97 | 0.23 |
| Hex | 74 | 62 | 2 | 0 | 10 | 62 | 37 | 33 | 61 | 17 |
| Octal | 164 | 142 | 2 | 0 | 20 | 142 | 67 | 63 | 141 | 27 |
| Binary | 1110100 | 1100010 | 10 | 0 | 10000 | 1100010 | 110111 | 110011 | 1100001 | 10111 |
Color Harmonies of #746202
Complementary color
Monochromatic Colors of #746202
Black with #746202
Text Example
Text Example
White with #746202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746202; }
p { color: rgb(116,98,2); }
H1.HeaderClassName
{
color: #746202;
}
.AnyTagClassName
{
color: #746202;
}
</style>
background-color css
<style>
a { background-color: #746202; }
a { background-color: rgb(116,98,2); }
div.DivClassName
{
background-color: #746202;
}
.BgClassName
{
background-color: #746202;
}
</style>
border-color css
<style>
span { border-color: #746202; }
span { border-color: rgb(116,98,2); }
td.TdClassName
{
border-color: #746202;
}
.TagClassName
{
border-color: #746202;
}
</style>