Shades of Olive #768E09
Tints of Olive #768E09
RGB
CMYK
RGB Variations
Color information
#768E09 (or 0x768E09) is known color: Olive. HEX triplet: 76, 8E and 09. RGB value is (118,142,9). Sum of RGB (Red+Green+Blue) = 118+142+9=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #768E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768E09 is #8971F6. Grayscale: #787878. Windows color (decimal): -9007607 or 626294. OLE color: 626294.
HSL color Cylindrical-coordinate representation of color #768E09: hue angle of 70.83º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #768E09 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 9 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.44 |
| HSL | 70.83º | 0.88% | 0.3% | - |
| HSV(B) | 70.83º | 0.94% | 0.56% | - |
| XYZ | 17.19 | 23.22 | 3.83 | - |
| YUV | 119.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 9 | 0.17 | 0 | 0.94 | 0.44 | 70.83 | 0.88 | 0.3 |
| Hex | 76 | 8E | 9 | 11 | 0 | 5E | 2C | 47 | 58 | 1E |
| Octal | 166 | 216 | 11 | 21 | 0 | 136 | 54 | 107 | 130 | 36 |
| Binary | 1110110 | 10001110 | 1001 | 10001 | 0 | 1011110 | 101100 | 1000111 | 1011000 | 11110 |
Color Harmonies of #768E09
Complementary color
Monochromatic Colors of #768E09
Black with #768E09
Text Example
Text Example
White with #768E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E09; }
p { color: rgb(118,142,9); }
H1.HeaderClassName
{
color: #768E09;
}
.AnyTagClassName
{
color: #768E09;
}
</style>
background-color css
<style>
a { background-color: #768E09; }
a { background-color: rgb(118,142,9); }
div.DivClassName
{
background-color: #768E09;
}
.BgClassName
{
background-color: #768E09;
}
</style>
border-color css
<style>
span { border-color: #768E09; }
span { border-color: rgb(118,142,9); }
td.TdClassName
{
border-color: #768E09;
}
.TagClassName
{
border-color: #768E09;
}
</style>