Shades of Olive #747502
Tints of Olive #747502
RGB
CMYK
RGB Variations
Color information
#747502 (or 0x747502) is known color: Olive. HEX triplet: 74, 75 and 02. RGB value is (116,117,2). Sum of RGB (Red+Green+Blue) = 116+117+2=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #747502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747502 is #8B8AFD. Grayscale: #686868. Windows color (decimal): -9145086 or 161140. OLE color: 161140.
HSL color Cylindrical-coordinate representation of color #747502: hue angle of 60.52º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #747502 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 2 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.54 |
| HSL | 60.52º | 0.97% | 0.23% | - |
| HSV(B) | 60.52º | 0.98% | 0.46% | - |
| XYZ | 13.57 | 16.44 | 2.52 | - |
| YUV | 103.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 2 | 0.01 | 0 | 0.98 | 0.54 | 60.52 | 0.97 | 0.23 |
| Hex | 74 | 75 | 2 | 1 | 0 | 62 | 36 | 3D | 61 | 17 |
| Octal | 164 | 165 | 2 | 1 | 0 | 142 | 66 | 75 | 141 | 27 |
| Binary | 1110100 | 1110101 | 10 | 1 | 0 | 1100010 | 110110 | 111101 | 1100001 | 10111 |
Color Harmonies of #747502
Complementary color
Monochromatic Colors of #747502
Black with #747502
Text Example
Text Example
White with #747502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747502; }
p { color: rgb(116,117,2); }
H1.HeaderClassName
{
color: #747502;
}
.AnyTagClassName
{
color: #747502;
}
</style>
background-color css
<style>
a { background-color: #747502; }
a { background-color: rgb(116,117,2); }
div.DivClassName
{
background-color: #747502;
}
.BgClassName
{
background-color: #747502;
}
</style>
border-color css
<style>
span { border-color: #747502; }
span { border-color: rgb(116,117,2); }
td.TdClassName
{
border-color: #747502;
}
.TagClassName
{
border-color: #747502;
}
</style>