Shades of Olive #768B0D
Tints of Olive #768B0D
RGB
CMYK
RGB Variations
Color information
#768B0D (or 0x768B0D) is known color: Olive. HEX triplet: 76, 8B and 0D. RGB value is (118,139,13). Sum of RGB (Red+Green+Blue) = 118+139+13=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #768B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B0D is #8974F2. Grayscale: #767676. Windows color (decimal): -9008371 or 887670. OLE color: 887670.
HSL color Cylindrical-coordinate representation of color #768B0D: hue angle of 70º degrees, saturation: 0.83, 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 #768B0D is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 13 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.45 |
| HSL | 70º | 0.83% | 0.3% | - |
| HSV(B) | 70º | 0.91% | 0.55% | - |
| XYZ | 16.78 | 22.35 | 3.81 | - |
| YUV | 118.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 13 | 0.15 | 0 | 0.91 | 0.45 | 70 | 0.83 | 0.3 |
| Hex | 76 | 8B | D | F | 0 | 5B | 2D | 46 | 53 | 1E |
| Octal | 166 | 213 | 15 | 17 | 0 | 133 | 55 | 106 | 123 | 36 |
| Binary | 1110110 | 10001011 | 1101 | 1111 | 0 | 1011011 | 101101 | 1000110 | 1010011 | 11110 |
Color Harmonies of #768B0D
Complementary color
Monochromatic Colors of #768B0D
Black with #768B0D
Text Example
Text Example
White with #768B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B0D; }
p { color: rgb(118,139,13); }
H1.HeaderClassName
{
color: #768B0D;
}
.AnyTagClassName
{
color: #768B0D;
}
</style>
background-color css
<style>
a { background-color: #768B0D; }
a { background-color: rgb(118,139,13); }
div.DivClassName
{
background-color: #768B0D;
}
.BgClassName
{
background-color: #768B0D;
}
</style>
border-color css
<style>
span { border-color: #768B0D; }
span { border-color: rgb(118,139,13); }
td.TdClassName
{
border-color: #768B0D;
}
.TagClassName
{
border-color: #768B0D;
}
</style>