Shades of Olive Drab #768B2C
Tints of Olive Drab #768B2C
RGB
CMYK
RGB Variations
Color information
#768B2C (or 0x768B2C) is known color: Olive Drab. HEX triplet: 76, 8B and 2C. RGB value is (118,139,44). Sum of RGB (Red+Green+Blue) = 118+139+44=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #768B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B2C is #8974D3. Grayscale: #7A7A7A. Windows color (decimal): -9008340 or 2919286. OLE color: 2919286.
HSL color Cylindrical-coordinate representation of color #768B2C: hue angle of 73.26º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #768B2C is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 44 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.45 |
| HSL | 73.26º | 0.52% | 0.36% | - |
| HSV(B) | 73.26º | 0.68% | 0.55% | - |
| XYZ | 17.16 | 22.5 | 5.82 | - |
| YUV | 121.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 44 | 0.15 | 0 | 0.68 | 0.45 | 73.26 | 0.52 | 0.36 |
| Hex | 76 | 8B | 2C | F | 0 | 44 | 2D | 49 | 34 | 24 |
| Octal | 166 | 213 | 54 | 17 | 0 | 104 | 55 | 111 | 64 | 44 |
| Binary | 1110110 | 10001011 | 101100 | 1111 | 0 | 1000100 | 101101 | 1001001 | 110100 | 100100 |
Color Harmonies of #768B2C
Complementary color
Monochromatic Colors of #768B2C
Black with #768B2C
Text Example
Text Example
White with #768B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B2C; }
p { color: rgb(118,139,44); }
H1.HeaderClassName
{
color: #768B2C;
}
.AnyTagClassName
{
color: #768B2C;
}
</style>
background-color css
<style>
a { background-color: #768B2C; }
a { background-color: rgb(118,139,44); }
div.DivClassName
{
background-color: #768B2C;
}
.BgClassName
{
background-color: #768B2C;
}
</style>
border-color css
<style>
span { border-color: #768B2C; }
span { border-color: rgb(118,139,44); }
td.TdClassName
{
border-color: #768B2C;
}
.TagClassName
{
border-color: #768B2C;
}
</style>