Shades of Olive #756202
Tints of Olive #756202
RGB
CMYK
RGB Variations
Color information
#756202 (or 0x756202) is known color: Olive. HEX triplet: 75, 62 and 02. RGB value is (117,98,2). Sum of RGB (Red+Green+Blue) = 117+98+2=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #756202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756202 is #8A9DFD. Grayscale: #5D5D5D. Windows color (decimal): -9084414 or 156277. OLE color: 156277.
HSL color Cylindrical-coordinate representation of color #756202: hue angle of 50.09º 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 #756202 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 98 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.54 |
| HSL | 50.09º | 0.97% | 0.23% | - |
| HSV(B) | 50.09º | 0.98% | 0.46% | - |
| XYZ | 11.71 | 12.52 | 1.86 | - |
| YUV | 92.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 2 | 0 | 0.16 | 0.98 | 0.54 | 50.09 | 0.97 | 0.23 |
| Hex | 75 | 62 | 2 | 0 | 10 | 62 | 36 | 32 | 61 | 17 |
| Octal | 165 | 142 | 2 | 0 | 20 | 142 | 66 | 62 | 141 | 27 |
| Binary | 1110101 | 1100010 | 10 | 0 | 10000 | 1100010 | 110110 | 110010 | 1100001 | 10111 |
Color Harmonies of #756202
Complementary color
Monochromatic Colors of #756202
Black with #756202
Text Example
Text Example
White with #756202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756202; }
p { color: rgb(117,98,2); }
H1.HeaderClassName
{
color: #756202;
}
.AnyTagClassName
{
color: #756202;
}
</style>
background-color css
<style>
a { background-color: #756202; }
a { background-color: rgb(117,98,2); }
div.DivClassName
{
background-color: #756202;
}
.BgClassName
{
background-color: #756202;
}
</style>
border-color css
<style>
span { border-color: #756202; }
span { border-color: rgb(117,98,2); }
td.TdClassName
{
border-color: #756202;
}
.TagClassName
{
border-color: #756202;
}
</style>