Shades of Olive #768009
Tints of Olive #768009
RGB
CMYK
RGB Variations
Color information
#768009 (or 0x768009) is known color: Olive. HEX triplet: 76, 80 and 09. RGB value is (118,128,9). Sum of RGB (Red+Green+Blue) = 118+128+9=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #768009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768009 is #897FF6. Grayscale: #6F6F6F. Windows color (decimal): -9011191 or 622710. OLE color: 622710.
HSL color Cylindrical-coordinate representation of color #768009: hue angle of 65.04º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #768009 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 9 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.50 |
| HSL | 65.04º | 0.87% | 0.27% | - |
| HSV(B) | 65.04º | 0.93% | 0.5% | - |
| XYZ | 15.24 | 19.31 | 3.18 | - |
| YUV | 111.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 9 | 0.08 | 0 | 0.93 | 0.50 | 65.04 | 0.87 | 0.27 |
| Hex | 76 | 80 | 9 | 8 | 0 | 5D | 32 | 41 | 57 | 1B |
| Octal | 166 | 200 | 11 | 10 | 0 | 135 | 62 | 101 | 127 | 33 |
| Binary | 1110110 | 10000000 | 1001 | 1000 | 0 | 1011101 | 110010 | 1000001 | 1010111 | 11011 |
Color Harmonies of #768009
Complementary color
Monochromatic Colors of #768009
Black with #768009
Text Example
Text Example
White with #768009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768009; }
p { color: rgb(118,128,9); }
H1.HeaderClassName
{
color: #768009;
}
.AnyTagClassName
{
color: #768009;
}
</style>
background-color css
<style>
a { background-color: #768009; }
a { background-color: rgb(118,128,9); }
div.DivClassName
{
background-color: #768009;
}
.BgClassName
{
background-color: #768009;
}
</style>
border-color css
<style>
span { border-color: #768009; }
span { border-color: rgb(118,128,9); }
td.TdClassName
{
border-color: #768009;
}
.TagClassName
{
border-color: #768009;
}
</style>