Shades of Olive #768005
Tints of Olive #768005
RGB
CMYK
RGB Variations
Color information
#768005 (or 0x768005) is known color: Olive. HEX triplet: 76, 80 and 05. RGB value is (118,128,5). Sum of RGB (Red+Green+Blue) = 118+128+5=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #768005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768005 is #897FFA. Grayscale: #6F6F6F. Windows color (decimal): -9011195 or 360566. OLE color: 360566.
HSL color Cylindrical-coordinate representation of color #768005: hue angle of 64.88º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #768005 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 5 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.50 |
| HSL | 64.88º | 0.92% | 0.26% | - |
| HSV(B) | 64.88º | 0.96% | 0.5% | - |
| XYZ | 15.22 | 19.3 | 3.07 | - |
| YUV | 110.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 5 | 0.08 | 0 | 0.96 | 0.50 | 64.88 | 0.92 | 0.26 |
| Hex | 76 | 80 | 5 | 8 | 0 | 60 | 32 | 41 | 5C | 1A |
| Octal | 166 | 200 | 5 | 10 | 0 | 140 | 62 | 101 | 134 | 32 |
| Binary | 1110110 | 10000000 | 101 | 1000 | 0 | 1100000 | 110010 | 1000001 | 1011100 | 11010 |
Color Harmonies of #768005
Complementary color
Monochromatic Colors of #768005
Black with #768005
Text Example
Text Example
White with #768005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768005; }
p { color: rgb(118,128,5); }
H1.HeaderClassName
{
color: #768005;
}
.AnyTagClassName
{
color: #768005;
}
</style>
background-color css
<style>
a { background-color: #768005; }
a { background-color: rgb(118,128,5); }
div.DivClassName
{
background-color: #768005;
}
.BgClassName
{
background-color: #768005;
}
</style>
border-color css
<style>
span { border-color: #768005; }
span { border-color: rgb(118,128,5); }
td.TdClassName
{
border-color: #768005;
}
.TagClassName
{
border-color: #768005;
}
</style>