Shades of Olive #768104
Tints of Olive #768104
RGB
CMYK
RGB Variations
Color information
#768104 (or 0x768104) is known color: Olive. HEX triplet: 76, 81 and 04. RGB value is (118,129,4). Sum of RGB (Red+Green+Blue) = 118+129+4=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #768104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768104 is #897EFB. Grayscale: #6F6F6F. Windows color (decimal): -9010940 or 295286. OLE color: 295286.
HSL color Cylindrical-coordinate representation of color #768104: hue angle of 65.28º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #768104 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 129 | 4 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.49 |
| HSL | 65.28º | 0.94% | 0.26% | - |
| HSV(B) | 65.28º | 0.97% | 0.51% | - |
| XYZ | 15.34 | 19.56 | 3.08 | - |
| YUV | 111.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 4 | 0.09 | 0 | 0.97 | 0.49 | 65.28 | 0.94 | 0.26 |
| Hex | 76 | 81 | 4 | 9 | 0 | 61 | 31 | 41 | 5E | 1A |
| Octal | 166 | 201 | 4 | 11 | 0 | 141 | 61 | 101 | 136 | 32 |
| Binary | 1110110 | 10000001 | 100 | 1001 | 0 | 1100001 | 110001 | 1000001 | 1011110 | 11010 |
Color Harmonies of #768104
Complementary color
Monochromatic Colors of #768104
Black with #768104
Text Example
Text Example
White with #768104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768104; }
p { color: rgb(118,129,4); }
H1.HeaderClassName
{
color: #768104;
}
.AnyTagClassName
{
color: #768104;
}
</style>
background-color css
<style>
a { background-color: #768104; }
a { background-color: rgb(118,129,4); }
div.DivClassName
{
background-color: #768104;
}
.BgClassName
{
background-color: #768104;
}
</style>
border-color css
<style>
span { border-color: #768104; }
span { border-color: rgb(118,129,4); }
td.TdClassName
{
border-color: #768104;
}
.TagClassName
{
border-color: #768104;
}
</style>