Shades of Olive #767B0B
Tints of Olive #767B0B
RGB
CMYK
RGB Variations
Color information
#767B0B (or 0x767B0B) is known color: Olive. HEX triplet: 76, 7B and 0B. RGB value is (118,123,11). Sum of RGB (Red+Green+Blue) = 118+123+11=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #767B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767B0B is #8984F4. Grayscale: #6D6D6D. Windows color (decimal): -9012469 or 752502. OLE color: 752502.
HSL color Cylindrical-coordinate representation of color #767B0B: hue angle of 62.68º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #767B0B is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 11 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.52 |
| HSL | 62.68º | 0.84% | 0.26% | - |
| HSV(B) | 62.68º | 0.91% | 0.48% | - |
| XYZ | 14.61 | 18.04 | 3.03 | - |
| YUV | 108.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 11 | 0.04 | 0 | 0.91 | 0.52 | 62.68 | 0.84 | 0.26 |
| Hex | 76 | 7B | B | 4 | 0 | 5B | 34 | 3F | 54 | 1A |
| Octal | 166 | 173 | 13 | 4 | 0 | 133 | 64 | 77 | 124 | 32 |
| Binary | 1110110 | 1111011 | 1011 | 100 | 0 | 1011011 | 110100 | 111111 | 1010100 | 11010 |
Color Harmonies of #767B0B
Complementary color
Monochromatic Colors of #767B0B
Black with #767B0B
Text Example
Text Example
White with #767B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B0B; }
p { color: rgb(118,123,11); }
H1.HeaderClassName
{
color: #767B0B;
}
.AnyTagClassName
{
color: #767B0B;
}
</style>
background-color css
<style>
a { background-color: #767B0B; }
a { background-color: rgb(118,123,11); }
div.DivClassName
{
background-color: #767B0B;
}
.BgClassName
{
background-color: #767B0B;
}
</style>
border-color css
<style>
span { border-color: #767B0B; }
span { border-color: rgb(118,123,11); }
td.TdClassName
{
border-color: #767B0B;
}
.TagClassName
{
border-color: #767B0B;
}
</style>