Shades of Olive #766400
Tints of Olive #766400
RGB
CMYK
RGB Variations
Color information
#766400 (or 0x766400) is known color: Olive. HEX triplet: 76, 64 and 00. RGB value is (118,100,0). Sum of RGB (Red+Green+Blue) = 118+100+0=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #766400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766400 is #899BFF. Grayscale: #5E5E5E. Windows color (decimal): -9018368 or 25718. OLE color: 25718.
HSL color Cylindrical-coordinate representation of color #766400: hue angle of 50.85º 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 #766400 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.54 |
| HSL | 50.85º | 1% | 0.23% | - |
| HSV(B) | 50.85º | 1% | 0.46% | - |
| XYZ | 12.03 | 12.97 | 1.87 | - |
| YUV | 93.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 0 | 0 | 0.15 | 1 | 0.54 | 50.85 | 1 | 0.23 |
| Hex | 76 | 64 | 0 | 0 | F | 64 | 36 | 33 | 64 | 17 |
| Octal | 166 | 144 | 0 | 0 | 17 | 144 | 66 | 63 | 144 | 27 |
| Binary | 1110110 | 1100100 | 0 | 0 | 1111 | 1100100 | 110110 | 110011 | 1100100 | 10111 |
Color Harmonies of #766400
Complementary color
Monochromatic Colors of #766400
Black with #766400
Text Example
Text Example
White with #766400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766400; }
p { color: rgb(118,100,0); }
H1.HeaderClassName
{
color: #766400;
}
.AnyTagClassName
{
color: #766400;
}
</style>
background-color css
<style>
a { background-color: #766400; }
a { background-color: rgb(118,100,0); }
div.DivClassName
{
background-color: #766400;
}
.BgClassName
{
background-color: #766400;
}
</style>
border-color css
<style>
span { border-color: #766400; }
span { border-color: rgb(118,100,0); }
td.TdClassName
{
border-color: #766400;
}
.TagClassName
{
border-color: #766400;
}
</style>