Shades of Olive Drab #768D10
Tints of Olive Drab #768D10
RGB
CMYK
RGB Variations
Color information
#768D10 (or 0x768D10) is known color: Olive Drab. HEX triplet: 76, 8D and 10. RGB value is (118,141,16). Sum of RGB (Red+Green+Blue) = 118+141+16=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #768D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768D10 is #8972EF. Grayscale: #787878. Windows color (decimal): -9007856 or 1084790. OLE color: 1084790.
HSL color Cylindrical-coordinate representation of color #768D10: hue angle of 71.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #768D10 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 16 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.45 |
| HSL | 71.04º | 0.8% | 0.31% | - |
| HSV(B) | 71.04º | 0.89% | 0.55% | - |
| XYZ | 17.09 | 22.94 | 4.02 | - |
| YUV | 119.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 16 | 0.16 | 0 | 0.89 | 0.45 | 71.04 | 0.8 | 0.31 |
| Hex | 76 | 8D | 10 | 10 | 0 | 59 | 2D | 47 | 50 | 1F |
| Octal | 166 | 215 | 20 | 20 | 0 | 131 | 55 | 107 | 120 | 37 |
| Binary | 1110110 | 10001101 | 10000 | 10000 | 0 | 1011001 | 101101 | 1000111 | 1010000 | 11111 |
Color Harmonies of #768D10
Complementary color
Monochromatic Colors of #768D10
Black with #768D10
Text Example
Text Example
White with #768D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D10; }
p { color: rgb(118,141,16); }
H1.HeaderClassName
{
color: #768D10;
}
.AnyTagClassName
{
color: #768D10;
}
</style>
background-color css
<style>
a { background-color: #768D10; }
a { background-color: rgb(118,141,16); }
div.DivClassName
{
background-color: #768D10;
}
.BgClassName
{
background-color: #768D10;
}
</style>
border-color css
<style>
span { border-color: #768D10; }
span { border-color: rgb(118,141,16); }
td.TdClassName
{
border-color: #768D10;
}
.TagClassName
{
border-color: #768D10;
}
</style>