Shades of Olive #768700
Tints of Olive #768700
RGB
CMYK
RGB Variations
Color information
#768700 (or 0x768700) is known color: Olive. HEX triplet: 76, 87 and 00. RGB value is (118,135,0). Sum of RGB (Red+Green+Blue) = 118+135+0=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #768700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768700 is #8978FF. Grayscale: #737373. Windows color (decimal): -9009408 or 34678. OLE color: 34678.
HSL color Cylindrical-coordinate representation of color #768700: hue angle of 67.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #768700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.47 |
| HSL | 67.56º | 1% | 0.26% | - |
| HSV(B) | 67.56º | 1% | 0.53% | - |
| XYZ | 16.14 | 21.18 | 3.24 | - |
| YUV | 114.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 0 | 0.13 | 0 | 1 | 0.47 | 67.56 | 1 | 0.26 |
| Hex | 76 | 87 | 0 | D | 0 | 64 | 2F | 44 | 64 | 1A |
| Octal | 166 | 207 | 0 | 15 | 0 | 144 | 57 | 104 | 144 | 32 |
| Binary | 1110110 | 10000111 | 0 | 1101 | 0 | 1100100 | 101111 | 1000100 | 1100100 | 11010 |
Color Harmonies of #768700
Complementary color
Monochromatic Colors of #768700
Black with #768700
Text Example
Text Example
White with #768700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768700; }
p { color: rgb(118,135,0); }
H1.HeaderClassName
{
color: #768700;
}
.AnyTagClassName
{
color: #768700;
}
</style>
background-color css
<style>
a { background-color: #768700; }
a { background-color: rgb(118,135,0); }
div.DivClassName
{
background-color: #768700;
}
.BgClassName
{
background-color: #768700;
}
</style>
border-color css
<style>
span { border-color: #768700; }
span { border-color: rgb(118,135,0); }
td.TdClassName
{
border-color: #768700;
}
.TagClassName
{
border-color: #768700;
}
</style>