Shades of Olive #79780C
Tints of Olive #79780C
RGB
CMYK
RGB Variations
Color information
#79780C (or 0x79780C) is known color: Olive. HEX triplet: 79, 78 and 0C. RGB value is (121,120,12). Sum of RGB (Red+Green+Blue) = 121+120+12=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #79780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79780C is #8687F3. Grayscale: #6C6C6C. Windows color (decimal): -8816628 or 817273. OLE color: 817273.
HSL color Cylindrical-coordinate representation of color #79780C: hue angle of 59.45º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79780C is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 12 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.53 |
| HSL | 59.45º | 0.82% | 0.26% | - |
| HSV(B) | 59.45º | 0.9% | 0.47% | - |
| XYZ | 14.67 | 17.52 | 2.96 | - |
| YUV | 107.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 12 | 0 | 0.01 | 0.90 | 0.53 | 59.45 | 0.82 | 0.26 |
| Hex | 79 | 78 | C | 0 | 1 | 5A | 35 | 3B | 52 | 1A |
| Octal | 171 | 170 | 14 | 0 | 1 | 132 | 65 | 73 | 122 | 32 |
| Binary | 1111001 | 1111000 | 1100 | 0 | 1 | 1011010 | 110101 | 111011 | 1010010 | 11010 |
Color Harmonies of #79780C
Complementary color
Monochromatic Colors of #79780C
Black with #79780C
Text Example
Text Example
White with #79780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79780C; }
p { color: rgb(121,120,12); }
H1.HeaderClassName
{
color: #79780C;
}
.AnyTagClassName
{
color: #79780C;
}
</style>
background-color css
<style>
a { background-color: #79780C; }
a { background-color: rgb(121,120,12); }
div.DivClassName
{
background-color: #79780C;
}
.BgClassName
{
background-color: #79780C;
}
</style>
border-color css
<style>
span { border-color: #79780C; }
span { border-color: rgb(121,120,12); }
td.TdClassName
{
border-color: #79780C;
}
.TagClassName
{
border-color: #79780C;
}
</style>