Shades of Olive #768000
Tints of Olive #768000
RGB
CMYK
RGB Variations
Color information
#768000 (or 0x768000) is known color: Olive. HEX triplet: 76, 80 and 00. RGB value is (118,128,0). Sum of RGB (Red+Green+Blue) = 118+128+0=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #768000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768000 is #897FFF. Grayscale: #6E6E6E. Windows color (decimal): -9011200 or 32886. OLE color: 32886.
HSL color Cylindrical-coordinate representation of color #768000: hue angle of 64.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #768000 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.50 |
| HSL | 64.69º | 1% | 0.25% | - |
| HSV(B) | 64.69º | 1% | 0.5% | - |
| XYZ | 15.19 | 19.29 | 2.92 | - |
| YUV | 110.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 0 | 0.08 | 0 | 1 | 0.50 | 64.69 | 1 | 0.25 |
| Hex | 76 | 80 | 0 | 8 | 0 | 64 | 32 | 41 | 64 | 19 |
| Octal | 166 | 200 | 0 | 10 | 0 | 144 | 62 | 101 | 144 | 31 |
| Binary | 1110110 | 10000000 | 0 | 1000 | 0 | 1100100 | 110010 | 1000001 | 1100100 | 11001 |
Color Harmonies of #768000
Complementary color
Monochromatic Colors of #768000
Black with #768000
Text Example
Text Example
White with #768000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768000; }
p { color: rgb(118,128,0); }
H1.HeaderClassName
{
color: #768000;
}
.AnyTagClassName
{
color: #768000;
}
</style>
background-color css
<style>
a { background-color: #768000; }
a { background-color: rgb(118,128,0); }
div.DivClassName
{
background-color: #768000;
}
.BgClassName
{
background-color: #768000;
}
</style>
border-color css
<style>
span { border-color: #768000; }
span { border-color: rgb(118,128,0); }
td.TdClassName
{
border-color: #768000;
}
.TagClassName
{
border-color: #768000;
}
</style>