Shades of Olive #766700
Tints of Olive #766700
RGB
CMYK
RGB Variations
Color information
#766700 (or 0x766700) is known color: Olive. HEX triplet: 76, 67 and 00. RGB value is (118,103,0). Sum of RGB (Red+Green+Blue) = 118+103+0=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #766700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766700 is #8998FF. Grayscale: #606060. Windows color (decimal): -9017600 or 26486. OLE color: 26486.
HSL color Cylindrical-coordinate representation of color #766700: hue angle of 52.37º 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 #766700 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.54 |
| HSL | 52.37º | 1% | 0.23% | - |
| HSV(B) | 52.37º | 1% | 0.46% | - |
| XYZ | 12.32 | 13.55 | 1.97 | - |
| YUV | 95.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 0 | 0 | 0.13 | 1 | 0.54 | 52.37 | 1 | 0.23 |
| Hex | 76 | 67 | 0 | 0 | D | 64 | 36 | 34 | 64 | 17 |
| Octal | 166 | 147 | 0 | 0 | 15 | 144 | 66 | 64 | 144 | 27 |
| Binary | 1110110 | 1100111 | 0 | 0 | 1101 | 1100100 | 110110 | 110100 | 1100100 | 10111 |
Color Harmonies of #766700
Complementary color
Monochromatic Colors of #766700
Black with #766700
Text Example
Text Example
White with #766700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766700; }
p { color: rgb(118,103,0); }
H1.HeaderClassName
{
color: #766700;
}
.AnyTagClassName
{
color: #766700;
}
</style>
background-color css
<style>
a { background-color: #766700; }
a { background-color: rgb(118,103,0); }
div.DivClassName
{
background-color: #766700;
}
.BgClassName
{
background-color: #766700;
}
</style>
border-color css
<style>
span { border-color: #766700; }
span { border-color: rgb(118,103,0); }
td.TdClassName
{
border-color: #766700;
}
.TagClassName
{
border-color: #766700;
}
</style>