Shades of Olive #766900
Tints of Olive #766900
RGB
CMYK
RGB Variations
Color information
#766900 (or 0x766900) is known color: Olive. HEX triplet: 76, 69 and 00. RGB value is (118,105,0). Sum of RGB (Red+Green+Blue) = 118+105+0=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #766900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766900 is #8996FF. Grayscale: #616161. Windows color (decimal): -9017088 or 26998. OLE color: 26998.
HSL color Cylindrical-coordinate representation of color #766900: hue angle of 53.39º 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 #766900 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.54 |
| HSL | 53.39º | 1% | 0.23% | - |
| HSV(B) | 53.39º | 1% | 0.46% | - |
| XYZ | 12.52 | 13.95 | 2.03 | - |
| YUV | 96.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 0 | 0 | 0.11 | 1 | 0.54 | 53.39 | 1 | 0.23 |
| Hex | 76 | 69 | 0 | 0 | B | 64 | 36 | 35 | 64 | 17 |
| Octal | 166 | 151 | 0 | 0 | 13 | 144 | 66 | 65 | 144 | 27 |
| Binary | 1110110 | 1101001 | 0 | 0 | 1011 | 1100100 | 110110 | 110101 | 1100100 | 10111 |
Color Harmonies of #766900
Complementary color
Monochromatic Colors of #766900
Black with #766900
Text Example
Text Example
White with #766900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766900; }
p { color: rgb(118,105,0); }
H1.HeaderClassName
{
color: #766900;
}
.AnyTagClassName
{
color: #766900;
}
</style>
background-color css
<style>
a { background-color: #766900; }
a { background-color: rgb(118,105,0); }
div.DivClassName
{
background-color: #766900;
}
.BgClassName
{
background-color: #766900;
}
</style>
border-color css
<style>
span { border-color: #766900; }
span { border-color: rgb(118,105,0); }
td.TdClassName
{
border-color: #766900;
}
.TagClassName
{
border-color: #766900;
}
</style>