Shades of Olive #79730D
Tints of Olive #79730D
RGB
CMYK
RGB Variations
Color information
#79730D (or 0x79730D) is known color: Olive. HEX triplet: 79, 73 and 0D. RGB value is (121,115,13). Sum of RGB (Red+Green+Blue) = 121+115+13=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79730D is #868CF2. Grayscale: #696969. Windows color (decimal): -8817907 or 881529. OLE color: 881529.
HSL color Cylindrical-coordinate representation of color #79730D: hue angle of 56.67º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79730D is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 115 | 13 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.53 |
| HSL | 56.67º | 0.81% | 0.26% | - |
| HSV(B) | 56.67º | 0.89% | 0.47% | - |
| XYZ | 14.09 | 16.36 | 2.8 | - |
| YUV | 105.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 13 | 0 | 0.05 | 0.89 | 0.53 | 56.67 | 0.81 | 0.26 |
| Hex | 79 | 73 | D | 0 | 5 | 59 | 35 | 39 | 51 | 1A |
| Octal | 171 | 163 | 15 | 0 | 5 | 131 | 65 | 71 | 121 | 32 |
| Binary | 1111001 | 1110011 | 1101 | 0 | 101 | 1011001 | 110101 | 111001 | 1010001 | 11010 |
Color Harmonies of #79730D
Complementary color
Monochromatic Colors of #79730D
Black with #79730D
Text Example
Text Example
White with #79730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79730D; }
p { color: rgb(121,115,13); }
H1.HeaderClassName
{
color: #79730D;
}
.AnyTagClassName
{
color: #79730D;
}
</style>
background-color css
<style>
a { background-color: #79730D; }
a { background-color: rgb(121,115,13); }
div.DivClassName
{
background-color: #79730D;
}
.BgClassName
{
background-color: #79730D;
}
</style>
border-color css
<style>
span { border-color: #79730D; }
span { border-color: rgb(121,115,13); }
td.TdClassName
{
border-color: #79730D;
}
.TagClassName
{
border-color: #79730D;
}
</style>