Shades of Olive #768404
Tints of Olive #768404
RGB
CMYK
RGB Variations
Color information
#768404 (or 0x768404) is known color: Olive. HEX triplet: 76, 84 and 04. RGB value is (118,132,4). Sum of RGB (Red+Green+Blue) = 118+132+4=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #768404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768404 is #897BFB. Grayscale: #717171. Windows color (decimal): -9010172 or 296054. OLE color: 296054.
HSL color Cylindrical-coordinate representation of color #768404: hue angle of 66.56º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #768404 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 4 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.48 |
| HSL | 66.56º | 0.94% | 0.27% | - |
| HSV(B) | 66.56º | 0.97% | 0.52% | - |
| XYZ | 15.74 | 20.36 | 3.22 | - |
| YUV | 113.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 4 | 0.11 | 0 | 0.97 | 0.48 | 66.56 | 0.94 | 0.27 |
| Hex | 76 | 84 | 4 | B | 0 | 61 | 30 | 43 | 5E | 1B |
| Octal | 166 | 204 | 4 | 13 | 0 | 141 | 60 | 103 | 136 | 33 |
| Binary | 1110110 | 10000100 | 100 | 1011 | 0 | 1100001 | 110000 | 1000011 | 1011110 | 11011 |
Color Harmonies of #768404
Complementary color
Monochromatic Colors of #768404
Black with #768404
Text Example
Text Example
White with #768404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768404; }
p { color: rgb(118,132,4); }
H1.HeaderClassName
{
color: #768404;
}
.AnyTagClassName
{
color: #768404;
}
</style>
background-color css
<style>
a { background-color: #768404; }
a { background-color: rgb(118,132,4); }
div.DivClassName
{
background-color: #768404;
}
.BgClassName
{
background-color: #768404;
}
</style>
border-color css
<style>
span { border-color: #768404; }
span { border-color: rgb(118,132,4); }
td.TdClassName
{
border-color: #768404;
}
.TagClassName
{
border-color: #768404;
}
</style>