Shades of Olive #767C06
Tints of Olive #767C06
RGB
CMYK
RGB Variations
Color information
#767C06 (or 0x767C06) is known color: Olive. HEX triplet: 76, 7C and 06. RGB value is (118,124,6). Sum of RGB (Red+Green+Blue) = 118+124+6=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #767C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767C06 is #8983F9. Grayscale: #6D6D6D. Windows color (decimal): -9012218 or 425078. OLE color: 425078.
HSL color Cylindrical-coordinate representation of color #767C06: hue angle of 63.05º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #767C06 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 6 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.51 |
| HSL | 63.05º | 0.91% | 0.25% | - |
| HSV(B) | 63.05º | 0.95% | 0.49% | - |
| XYZ | 14.71 | 18.28 | 2.93 | - |
| YUV | 108.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 6 | 0.05 | 0 | 0.95 | 0.51 | 63.05 | 0.91 | 0.25 |
| Hex | 76 | 7C | 6 | 5 | 0 | 5F | 33 | 3F | 5B | 19 |
| Octal | 166 | 174 | 6 | 5 | 0 | 137 | 63 | 77 | 133 | 31 |
| Binary | 1110110 | 1111100 | 110 | 101 | 0 | 1011111 | 110011 | 111111 | 1011011 | 11001 |
Color Harmonies of #767C06
Complementary color
Monochromatic Colors of #767C06
Black with #767C06
Text Example
Text Example
White with #767C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C06; }
p { color: rgb(118,124,6); }
H1.HeaderClassName
{
color: #767C06;
}
.AnyTagClassName
{
color: #767C06;
}
</style>
background-color css
<style>
a { background-color: #767C06; }
a { background-color: rgb(118,124,6); }
div.DivClassName
{
background-color: #767C06;
}
.BgClassName
{
background-color: #767C06;
}
</style>
border-color css
<style>
span { border-color: #767C06; }
span { border-color: rgb(118,124,6); }
td.TdClassName
{
border-color: #767C06;
}
.TagClassName
{
border-color: #767C06;
}
</style>