Shades of Olive #768B0C
Tints of Olive #768B0C
RGB
CMYK
RGB Variations
Color information
#768B0C (or 0x768B0C) is known color: Olive. HEX triplet: 76, 8B and 0C. RGB value is (118,139,12). Sum of RGB (Red+Green+Blue) = 118+139+12=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #768B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B0C is #8974F3. Grayscale: #767676. Windows color (decimal): -9008372 or 822134. OLE color: 822134.
HSL color Cylindrical-coordinate representation of color #768B0C: hue angle of 69.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #768B0C is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 12 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.45 |
| HSL | 69.92º | 0.84% | 0.3% | - |
| HSV(B) | 69.92º | 0.91% | 0.55% | - |
| XYZ | 16.77 | 22.34 | 3.78 | - |
| YUV | 118.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 12 | 0.15 | 0 | 0.91 | 0.45 | 69.92 | 0.84 | 0.3 |
| Hex | 76 | 8B | C | F | 0 | 5B | 2D | 46 | 54 | 1E |
| Octal | 166 | 213 | 14 | 17 | 0 | 133 | 55 | 106 | 124 | 36 |
| Binary | 1110110 | 10001011 | 1100 | 1111 | 0 | 1011011 | 101101 | 1000110 | 1010100 | 11110 |
Color Harmonies of #768B0C
Complementary color
Monochromatic Colors of #768B0C
Black with #768B0C
Text Example
Text Example
White with #768B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B0C; }
p { color: rgb(118,139,12); }
H1.HeaderClassName
{
color: #768B0C;
}
.AnyTagClassName
{
color: #768B0C;
}
</style>
background-color css
<style>
a { background-color: #768B0C; }
a { background-color: rgb(118,139,12); }
div.DivClassName
{
background-color: #768B0C;
}
.BgClassName
{
background-color: #768B0C;
}
</style>
border-color css
<style>
span { border-color: #768B0C; }
span { border-color: rgb(118,139,12); }
td.TdClassName
{
border-color: #768B0C;
}
.TagClassName
{
border-color: #768B0C;
}
</style>