Shades of Olive #7D780C
Tints of Olive #7D780C
RGB
CMYK
RGB Variations
Color information
#7D780C (or 0x7D780C) is known color: Olive. HEX triplet: 7D, 78 and 0C. RGB value is (125,120,12). Sum of RGB (Red+Green+Blue) = 125+120+12=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D780C is #8287F3. Grayscale: #6D6D6D. Windows color (decimal): -8554484 or 817277. OLE color: 817277.
HSL color Cylindrical-coordinate representation of color #7D780C: hue angle of 57.35º 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 #7D780C is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 12 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.51 |
| HSL | 57.35º | 0.82% | 0.27% | - |
| HSV(B) | 57.35º | 0.9% | 0.49% | - |
| XYZ | 15.24 | 17.82 | 2.98 | - |
| YUV | 109.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 12 | 0 | 0.04 | 0.90 | 0.51 | 57.35 | 0.82 | 0.27 |
| Hex | 7D | 78 | C | 0 | 4 | 5A | 33 | 39 | 52 | 1B |
| Octal | 175 | 170 | 14 | 0 | 4 | 132 | 63 | 71 | 122 | 33 |
| Binary | 1111101 | 1111000 | 1100 | 0 | 100 | 1011010 | 110011 | 111001 | 1010010 | 11011 |
Color Harmonies of #7D780C
Complementary color
Monochromatic Colors of #7D780C
Black with #7D780C
Text Example
Text Example
White with #7D780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D780C; }
p { color: rgb(125,120,12); }
H1.HeaderClassName
{
color: #7D780C;
}
.AnyTagClassName
{
color: #7D780C;
}
</style>
background-color css
<style>
a { background-color: #7D780C; }
a { background-color: rgb(125,120,12); }
div.DivClassName
{
background-color: #7D780C;
}
.BgClassName
{
background-color: #7D780C;
}
</style>
border-color css
<style>
span { border-color: #7D780C; }
span { border-color: rgb(125,120,12); }
td.TdClassName
{
border-color: #7D780C;
}
.TagClassName
{
border-color: #7D780C;
}
</style>