Shades of Olive #756700
Tints of Olive #756700
RGB
CMYK
RGB Variations
Color information
#756700 (or 0x756700) is known color: Olive. HEX triplet: 75, 67 and 00. RGB value is (117,103,0). Sum of RGB (Red+Green+Blue) = 117+103+0=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #756700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756700 is #8A98FF. Grayscale: #5F5F5F. Windows color (decimal): -9083136 or 26485. OLE color: 26485.
HSL color Cylindrical-coordinate representation of color #756700: hue angle of 52.82º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #756700 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 103 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.54 |
| HSL | 52.82º | 1% | 0.23% | - |
| HSV(B) | 52.82º | 1% | 0.46% | - |
| XYZ | 12.19 | 13.48 | 1.96 | - |
| YUV | 95.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 0 | 0 | 0.12 | 1 | 0.54 | 52.82 | 1 | 0.23 |
| Hex | 75 | 67 | 0 | 0 | C | 64 | 36 | 35 | 64 | 17 |
| Octal | 165 | 147 | 0 | 0 | 14 | 144 | 66 | 65 | 144 | 27 |
| Binary | 1110101 | 1100111 | 0 | 0 | 1100 | 1100100 | 110110 | 110101 | 1100100 | 10111 |
Color Harmonies of #756700
Complementary color
Monochromatic Colors of #756700
Black with #756700
Text Example
Text Example
White with #756700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756700; }
p { color: rgb(117,103,0); }
H1.HeaderClassName
{
color: #756700;
}
.AnyTagClassName
{
color: #756700;
}
</style>
background-color css
<style>
a { background-color: #756700; }
a { background-color: rgb(117,103,0); }
div.DivClassName
{
background-color: #756700;
}
.BgClassName
{
background-color: #756700;
}
</style>
border-color css
<style>
span { border-color: #756700; }
span { border-color: rgb(117,103,0); }
td.TdClassName
{
border-color: #756700;
}
.TagClassName
{
border-color: #756700;
}
</style>