Shades of Olive #7D790C
Tints of Olive #7D790C
RGB
CMYK
RGB Variations
Color information
#7D790C (or 0x7D790C) is known color: Olive. HEX triplet: 7D, 79 and 0C. RGB value is (125,121,12). Sum of RGB (Red+Green+Blue) = 125+121+12=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D790C is #8286F3. Grayscale: #6E6E6E. Windows color (decimal): -8554228 or 817533. OLE color: 817533.
HSL color Cylindrical-coordinate representation of color #7D790C: hue angle of 57.88º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D790C is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 12 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.51 |
| HSL | 57.88º | 0.82% | 0.27% | - |
| HSV(B) | 57.88º | 0.9% | 0.49% | - |
| XYZ | 15.36 | 18.06 | 3.02 | - |
| YUV | 109.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 12 | 0 | 0.03 | 0.90 | 0.51 | 57.88 | 0.82 | 0.27 |
| Hex | 7D | 79 | C | 0 | 3 | 5A | 33 | 3A | 52 | 1B |
| Octal | 175 | 171 | 14 | 0 | 3 | 132 | 63 | 72 | 122 | 33 |
| Binary | 1111101 | 1111001 | 1100 | 0 | 11 | 1011010 | 110011 | 111010 | 1010010 | 11011 |
Color Harmonies of #7D790C
Complementary color
Monochromatic Colors of #7D790C
Black with #7D790C
Text Example
Text Example
White with #7D790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D790C; }
p { color: rgb(125,121,12); }
H1.HeaderClassName
{
color: #7D790C;
}
.AnyTagClassName
{
color: #7D790C;
}
</style>
background-color css
<style>
a { background-color: #7D790C; }
a { background-color: rgb(125,121,12); }
div.DivClassName
{
background-color: #7D790C;
}
.BgClassName
{
background-color: #7D790C;
}
</style>
border-color css
<style>
span { border-color: #7D790C; }
span { border-color: rgb(125,121,12); }
td.TdClassName
{
border-color: #7D790C;
}
.TagClassName
{
border-color: #7D790C;
}
</style>