Shades of Olive #767A0C
Tints of Olive #767A0C
RGB
CMYK
RGB Variations
Color information
#767A0C (or 0x767A0C) is known color: Olive. HEX triplet: 76, 7A and 0C. RGB value is (118,122,12). Sum of RGB (Red+Green+Blue) = 118+122+12=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #767A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767A0C is #8985F3. Grayscale: #6C6C6C. Windows color (decimal): -9012724 or 817782. OLE color: 817782.
HSL color Cylindrical-coordinate representation of color #767A0C: hue angle of 62.18º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #767A0C is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 12 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.52 |
| HSL | 62.18º | 0.82% | 0.26% | - |
| HSV(B) | 62.18º | 0.9% | 0.48% | - |
| XYZ | 14.5 | 17.8 | 3.02 | - |
| YUV | 108.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 12 | 0.03 | 0 | 0.90 | 0.52 | 62.18 | 0.82 | 0.26 |
| Hex | 76 | 7A | C | 3 | 0 | 5A | 34 | 3E | 52 | 1A |
| Octal | 166 | 172 | 14 | 3 | 0 | 132 | 64 | 76 | 122 | 32 |
| Binary | 1110110 | 1111010 | 1100 | 11 | 0 | 1011010 | 110100 | 111110 | 1010010 | 11010 |
Color Harmonies of #767A0C
Complementary color
Monochromatic Colors of #767A0C
Black with #767A0C
Text Example
Text Example
White with #767A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A0C; }
p { color: rgb(118,122,12); }
H1.HeaderClassName
{
color: #767A0C;
}
.AnyTagClassName
{
color: #767A0C;
}
</style>
background-color css
<style>
a { background-color: #767A0C; }
a { background-color: rgb(118,122,12); }
div.DivClassName
{
background-color: #767A0C;
}
.BgClassName
{
background-color: #767A0C;
}
</style>
border-color css
<style>
span { border-color: #767A0C; }
span { border-color: rgb(118,122,12); }
td.TdClassName
{
border-color: #767A0C;
}
.TagClassName
{
border-color: #767A0C;
}
</style>