Shades of Olive #767D0F
Tints of Olive #767D0F
RGB
CMYK
RGB Variations
Color information
#767D0F (or 0x767D0F) is known color: Olive. HEX triplet: 76, 7D and 0F. RGB value is (118,125,15). Sum of RGB (Red+Green+Blue) = 118+125+15=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #767D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767D0F is #8982F0. Grayscale: #6E6E6E. Windows color (decimal): -9011953 or 1015158. OLE color: 1015158.
HSL color Cylindrical-coordinate representation of color #767D0F: hue angle of 63.82º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #767D0F is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 125 | 15 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.51 |
| HSL | 63.82º | 0.79% | 0.27% | - |
| HSV(B) | 63.82º | 0.88% | 0.49% | - |
| XYZ | 14.89 | 18.55 | 3.25 | - |
| YUV | 110.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 15 | 0.06 | 0 | 0.88 | 0.51 | 63.82 | 0.79 | 0.27 |
| Hex | 76 | 7D | F | 6 | 0 | 58 | 33 | 40 | 4F | 1B |
| Octal | 166 | 175 | 17 | 6 | 0 | 130 | 63 | 100 | 117 | 33 |
| Binary | 1110110 | 1111101 | 1111 | 110 | 0 | 1011000 | 110011 | 1000000 | 1001111 | 11011 |
Color Harmonies of #767D0F
Complementary color
Monochromatic Colors of #767D0F
Black with #767D0F
Text Example
Text Example
White with #767D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D0F; }
p { color: rgb(118,125,15); }
H1.HeaderClassName
{
color: #767D0F;
}
.AnyTagClassName
{
color: #767D0F;
}
</style>
background-color css
<style>
a { background-color: #767D0F; }
a { background-color: rgb(118,125,15); }
div.DivClassName
{
background-color: #767D0F;
}
.BgClassName
{
background-color: #767D0F;
}
</style>
border-color css
<style>
span { border-color: #767D0F; }
span { border-color: rgb(118,125,15); }
td.TdClassName
{
border-color: #767D0F;
}
.TagClassName
{
border-color: #767D0F;
}
</style>