Shades of Olive #768705
Tints of Olive #768705
RGB
CMYK
RGB Variations
Color information
#768705 (or 0x768705) is known color: Olive. HEX triplet: 76, 87 and 05. RGB value is (118,135,5). Sum of RGB (Red+Green+Blue) = 118+135+5=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #768705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768705 is #8978FA. Grayscale: #737373. Windows color (decimal): -9009403 or 362358. OLE color: 362358.
HSL color Cylindrical-coordinate representation of color #768705: hue angle of 67.85º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #768705 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 5 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.47 |
| HSL | 67.85º | 0.93% | 0.27% | - |
| HSV(B) | 67.85º | 0.96% | 0.53% | - |
| XYZ | 16.16 | 21.19 | 3.38 | - |
| YUV | 115.1 | 65.87 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 5 | 0.13 | 0 | 0.96 | 0.47 | 67.85 | 0.93 | 0.27 |
| Hex | 76 | 87 | 5 | D | 0 | 60 | 2F | 44 | 5D | 1B |
| Octal | 166 | 207 | 5 | 15 | 0 | 140 | 57 | 104 | 135 | 33 |
| Binary | 1110110 | 10000111 | 101 | 1101 | 0 | 1100000 | 101111 | 1000100 | 1011101 | 11011 |
Color Harmonies of #768705
Complementary color
Monochromatic Colors of #768705
Black with #768705
Text Example
Text Example
White with #768705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768705; }
p { color: rgb(118,135,5); }
H1.HeaderClassName
{
color: #768705;
}
.AnyTagClassName
{
color: #768705;
}
</style>
background-color css
<style>
a { background-color: #768705; }
a { background-color: rgb(118,135,5); }
div.DivClassName
{
background-color: #768705;
}
.BgClassName
{
background-color: #768705;
}
</style>
border-color css
<style>
span { border-color: #768705; }
span { border-color: rgb(118,135,5); }
td.TdClassName
{
border-color: #768705;
}
.TagClassName
{
border-color: #768705;
}
</style>