Shades of Olive #767F0B
Tints of Olive #767F0B
RGB
CMYK
RGB Variations
Color information
#767F0B (or 0x767F0B) is known color: Olive. HEX triplet: 76, 7F and 0B. RGB value is (118,127,11). Sum of RGB (Red+Green+Blue) = 118+127+11=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #767F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767F0B is #8980F4. Grayscale: #6F6F6F. Windows color (decimal): -9011445 or 753526. OLE color: 753526.
HSL color Cylindrical-coordinate representation of color #767F0B: hue angle of 64.66º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #767F0B is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 11 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.50 |
| HSL | 64.66º | 0.84% | 0.27% | - |
| HSV(B) | 64.66º | 0.91% | 0.5% | - |
| XYZ | 15.12 | 19.05 | 3.2 | - |
| YUV | 111.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 11 | 0.07 | 0 | 0.91 | 0.50 | 64.66 | 0.84 | 0.27 |
| Hex | 76 | 7F | B | 7 | 0 | 5B | 32 | 41 | 54 | 1B |
| Octal | 166 | 177 | 13 | 7 | 0 | 133 | 62 | 101 | 124 | 33 |
| Binary | 1110110 | 1111111 | 1011 | 111 | 0 | 1011011 | 110010 | 1000001 | 1010100 | 11011 |
Color Harmonies of #767F0B
Complementary color
Monochromatic Colors of #767F0B
Black with #767F0B
Text Example
Text Example
White with #767F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F0B; }
p { color: rgb(118,127,11); }
H1.HeaderClassName
{
color: #767F0B;
}
.AnyTagClassName
{
color: #767F0B;
}
</style>
background-color css
<style>
a { background-color: #767F0B; }
a { background-color: rgb(118,127,11); }
div.DivClassName
{
background-color: #767F0B;
}
.BgClassName
{
background-color: #767F0B;
}
</style>
border-color css
<style>
span { border-color: #767F0B; }
span { border-color: rgb(118,127,11); }
td.TdClassName
{
border-color: #767F0B;
}
.TagClassName
{
border-color: #767F0B;
}
</style>