Shades of Olive Drab #768B29
Tints of Olive Drab #768B29
RGB
CMYK
RGB Variations
Color information
#768B29 (or 0x768B29) is known color: Olive Drab. HEX triplet: 76, 8B and 29. RGB value is (118,139,41). Sum of RGB (Red+Green+Blue) = 118+139+41=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #768B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B29 is #8974D6. Grayscale: #797979. Windows color (decimal): -9008343 or 2722678. OLE color: 2722678.
HSL color Cylindrical-coordinate representation of color #768B29: hue angle of 72.86º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #768B29 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 41 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.45 |
| HSL | 72.86º | 0.54% | 0.35% | - |
| HSV(B) | 72.86º | 0.71% | 0.55% | - |
| XYZ | 17.1 | 22.48 | 5.53 | - |
| YUV | 121.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 41 | 0.15 | 0 | 0.71 | 0.45 | 72.86 | 0.54 | 0.35 |
| Hex | 76 | 8B | 29 | F | 0 | 47 | 2D | 49 | 36 | 23 |
| Octal | 166 | 213 | 51 | 17 | 0 | 107 | 55 | 111 | 66 | 43 |
| Binary | 1110110 | 10001011 | 101001 | 1111 | 0 | 1000111 | 101101 | 1001001 | 110110 | 100011 |
Color Harmonies of #768B29
Complementary color
Monochromatic Colors of #768B29
Black with #768B29
Text Example
Text Example
White with #768B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B29; }
p { color: rgb(118,139,41); }
H1.HeaderClassName
{
color: #768B29;
}
.AnyTagClassName
{
color: #768B29;
}
</style>
background-color css
<style>
a { background-color: #768B29; }
a { background-color: rgb(118,139,41); }
div.DivClassName
{
background-color: #768B29;
}
.BgClassName
{
background-color: #768B29;
}
</style>
border-color css
<style>
span { border-color: #768B29; }
span { border-color: rgb(118,139,41); }
td.TdClassName
{
border-color: #768B29;
}
.TagClassName
{
border-color: #768B29;
}
</style>