Shades of Olive Drab #768B2B
Tints of Olive Drab #768B2B
RGB
CMYK
RGB Variations
Color information
#768B2B (or 0x768B2B) is known color: Olive Drab. HEX triplet: 76, 8B and 2B. RGB value is (118,139,43). Sum of RGB (Red+Green+Blue) = 118+139+43=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #768B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B2B is #8974D4. Grayscale: #7A7A7A. Windows color (decimal): -9008341 or 2853750. OLE color: 2853750.
HSL color Cylindrical-coordinate representation of color #768B2B: hue angle of 73.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #768B2B is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 43 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.45 |
| HSL | 73.13º | 0.53% | 0.36% | - |
| HSV(B) | 73.13º | 0.69% | 0.55% | - |
| XYZ | 17.14 | 22.49 | 5.72 | - |
| YUV | 121.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 43 | 0.15 | 0 | 0.69 | 0.45 | 73.13 | 0.53 | 0.36 |
| Hex | 76 | 8B | 2B | F | 0 | 45 | 2D | 49 | 35 | 24 |
| Octal | 166 | 213 | 53 | 17 | 0 | 105 | 55 | 111 | 65 | 44 |
| Binary | 1110110 | 10001011 | 101011 | 1111 | 0 | 1000101 | 101101 | 1001001 | 110101 | 100100 |
Color Harmonies of #768B2B
Complementary color
Monochromatic Colors of #768B2B
Black with #768B2B
Text Example
Text Example
White with #768B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B2B; }
p { color: rgb(118,139,43); }
H1.HeaderClassName
{
color: #768B2B;
}
.AnyTagClassName
{
color: #768B2B;
}
</style>
background-color css
<style>
a { background-color: #768B2B; }
a { background-color: rgb(118,139,43); }
div.DivClassName
{
background-color: #768B2B;
}
.BgClassName
{
background-color: #768B2B;
}
</style>
border-color css
<style>
span { border-color: #768B2B; }
span { border-color: rgb(118,139,43); }
td.TdClassName
{
border-color: #768B2B;
}
.TagClassName
{
border-color: #768B2B;
}
</style>