Shades of Olive #79730C
Tints of Olive #79730C
RGB
CMYK
RGB Variations
Color information
#79730C (or 0x79730C) is known color: Olive. HEX triplet: 79, 73 and 0C. RGB value is (121,115,12). Sum of RGB (Red+Green+Blue) = 121+115+12=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79730C is #868CF3. Grayscale: #696969. Windows color (decimal): -8817908 or 815993. OLE color: 815993.
HSL color Cylindrical-coordinate representation of color #79730C: hue angle of 56.7º 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 #79730C is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 115 | 12 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.53 |
| HSL | 56.7º | 0.82% | 0.26% | - |
| HSV(B) | 56.7º | 0.9% | 0.47% | - |
| XYZ | 14.08 | 16.35 | 2.76 | - |
| YUV | 105.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 12 | 0 | 0.05 | 0.90 | 0.53 | 56.7 | 0.82 | 0.26 |
| Hex | 79 | 73 | C | 0 | 5 | 5A | 35 | 39 | 52 | 1A |
| Octal | 171 | 163 | 14 | 0 | 5 | 132 | 65 | 71 | 122 | 32 |
| Binary | 1111001 | 1110011 | 1100 | 0 | 101 | 1011010 | 110101 | 111001 | 1010010 | 11010 |
Color Harmonies of #79730C
Complementary color
Monochromatic Colors of #79730C
Black with #79730C
Text Example
Text Example
White with #79730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79730C; }
p { color: rgb(121,115,12); }
H1.HeaderClassName
{
color: #79730C;
}
.AnyTagClassName
{
color: #79730C;
}
</style>
background-color css
<style>
a { background-color: #79730C; }
a { background-color: rgb(121,115,12); }
div.DivClassName
{
background-color: #79730C;
}
.BgClassName
{
background-color: #79730C;
}
</style>
border-color css
<style>
span { border-color: #79730C; }
span { border-color: rgb(121,115,12); }
td.TdClassName
{
border-color: #79730C;
}
.TagClassName
{
border-color: #79730C;
}
</style>