Shades of Olive #766F03
Tints of Olive #766F03
RGB
CMYK
RGB Variations
Color information
#766F03 (or 0x766F03) is known color: Olive. HEX triplet: 76, 6F and 03. RGB value is (118,111,3). Sum of RGB (Red+Green+Blue) = 118+111+3=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #766F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F03 is #8990FC. Grayscale: #656565. Windows color (decimal): -9015549 or 225142. OLE color: 225142.
HSL color Cylindrical-coordinate representation of color #766F03: hue angle of 56.35º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #766F03 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 3 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.54 |
| HSL | 56.35º | 0.95% | 0.24% | - |
| HSV(B) | 56.35º | 0.97% | 0.46% | - |
| XYZ | 13.17 | 15.23 | 2.33 | - |
| YUV | 100.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 3 | 0 | 0.06 | 0.97 | 0.54 | 56.35 | 0.95 | 0.24 |
| Hex | 76 | 6F | 3 | 0 | 6 | 61 | 36 | 38 | 5F | 18 |
| Octal | 166 | 157 | 3 | 0 | 6 | 141 | 66 | 70 | 137 | 30 |
| Binary | 1110110 | 1101111 | 11 | 0 | 110 | 1100001 | 110110 | 111000 | 1011111 | 11000 |
Color Harmonies of #766F03
Complementary color
Monochromatic Colors of #766F03
Black with #766F03
Text Example
Text Example
White with #766F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F03; }
p { color: rgb(118,111,3); }
H1.HeaderClassName
{
color: #766F03;
}
.AnyTagClassName
{
color: #766F03;
}
</style>
background-color css
<style>
a { background-color: #766F03; }
a { background-color: rgb(118,111,3); }
div.DivClassName
{
background-color: #766F03;
}
.BgClassName
{
background-color: #766F03;
}
</style>
border-color css
<style>
span { border-color: #766F03; }
span { border-color: rgb(118,111,3); }
td.TdClassName
{
border-color: #766F03;
}
.TagClassName
{
border-color: #766F03;
}
</style>