Shades of Olive #767B0E
Tints of Olive #767B0E
RGB
CMYK
RGB Variations
Color information
#767B0E (or 0x767B0E) is known color: Olive. HEX triplet: 76, 7B and 0E. RGB value is (118,123,14). Sum of RGB (Red+Green+Blue) = 118+123+14=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #767B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767B0E is #8984F1. Grayscale: #6D6D6D. Windows color (decimal): -9012466 or 949110. OLE color: 949110.
HSL color Cylindrical-coordinate representation of color #767B0E: hue angle of 62.75º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #767B0E is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 14 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.52 |
| HSL | 62.75º | 0.8% | 0.27% | - |
| HSV(B) | 62.75º | 0.89% | 0.48% | - |
| XYZ | 14.63 | 18.05 | 3.13 | - |
| YUV | 109.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 14 | 0.04 | 0 | 0.89 | 0.52 | 62.75 | 0.8 | 0.27 |
| Hex | 76 | 7B | E | 4 | 0 | 59 | 34 | 3F | 50 | 1B |
| Octal | 166 | 173 | 16 | 4 | 0 | 131 | 64 | 77 | 120 | 33 |
| Binary | 1110110 | 1111011 | 1110 | 100 | 0 | 1011001 | 110100 | 111111 | 1010000 | 11011 |
Color Harmonies of #767B0E
Complementary color
Monochromatic Colors of #767B0E
Black with #767B0E
Text Example
Text Example
White with #767B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B0E; }
p { color: rgb(118,123,14); }
H1.HeaderClassName
{
color: #767B0E;
}
.AnyTagClassName
{
color: #767B0E;
}
</style>
background-color css
<style>
a { background-color: #767B0E; }
a { background-color: rgb(118,123,14); }
div.DivClassName
{
background-color: #767B0E;
}
.BgClassName
{
background-color: #767B0E;
}
</style>
border-color css
<style>
span { border-color: #767B0E; }
span { border-color: rgb(118,123,14); }
td.TdClassName
{
border-color: #767B0E;
}
.TagClassName
{
border-color: #767B0E;
}
</style>