Shades of Olive #766B0B
Tints of Olive #766B0B
RGB
CMYK
RGB Variations
Color information
#766B0B (or 0x766B0B) is known color: Olive. HEX triplet: 76, 6B and 0B. RGB value is (118,107,11). Sum of RGB (Red+Green+Blue) = 118+107+11=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #766B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B0B is #8994F4. Grayscale: #636363. Windows color (decimal): -9016565 or 748406. OLE color: 748406.
HSL color Cylindrical-coordinate representation of color #766B0B: hue angle of 53.83º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #766B0B is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 11 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.54 |
| HSL | 53.83º | 0.83% | 0.25% | - |
| HSV(B) | 53.83º | 0.91% | 0.46% | - |
| XYZ | 12.79 | 14.39 | 2.42 | - |
| YUV | 99.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 11 | 0 | 0.09 | 0.91 | 0.54 | 53.83 | 0.83 | 0.25 |
| Hex | 76 | 6B | B | 0 | 9 | 5B | 36 | 36 | 53 | 19 |
| Octal | 166 | 153 | 13 | 0 | 11 | 133 | 66 | 66 | 123 | 31 |
| Binary | 1110110 | 1101011 | 1011 | 0 | 1001 | 1011011 | 110110 | 110110 | 1010011 | 11001 |
Color Harmonies of #766B0B
Complementary color
Monochromatic Colors of #766B0B
Black with #766B0B
Text Example
Text Example
White with #766B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B0B; }
p { color: rgb(118,107,11); }
H1.HeaderClassName
{
color: #766B0B;
}
.AnyTagClassName
{
color: #766B0B;
}
</style>
background-color css
<style>
a { background-color: #766B0B; }
a { background-color: rgb(118,107,11); }
div.DivClassName
{
background-color: #766B0B;
}
.BgClassName
{
background-color: #766B0B;
}
</style>
border-color css
<style>
span { border-color: #766B0B; }
span { border-color: rgb(118,107,11); }
td.TdClassName
{
border-color: #766B0B;
}
.TagClassName
{
border-color: #766B0B;
}
</style>