Shades of Olive #7C890D
Tints of Olive #7C890D
RGB
CMYK
RGB Variations
Color information
#7C890D (or 0x7C890D) is known color: Olive. HEX triplet: 7C, 89 and 0D. RGB value is (124,137,13). Sum of RGB (Red+Green+Blue) = 124+137+13=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #7C890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C890D is #8376F2. Grayscale: #777777. Windows color (decimal): -8615667 or 887164. OLE color: 887164.
HSL color Cylindrical-coordinate representation of color #7C890D: hue angle of 66.29º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C890D is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 13 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.46 |
| HSL | 66.29º | 0.83% | 0.29% | - |
| HSV(B) | 66.29º | 0.91% | 0.54% | - |
| XYZ | 17.33 | 22.21 | 3.75 | - |
| YUV | 118.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 13 | 0.09 | 0 | 0.91 | 0.46 | 66.29 | 0.83 | 0.29 |
| Hex | 7C | 89 | D | 9 | 0 | 5B | 2E | 42 | 53 | 1D |
| Octal | 174 | 211 | 15 | 11 | 0 | 133 | 56 | 102 | 123 | 35 |
| Binary | 1111100 | 10001001 | 1101 | 1001 | 0 | 1011011 | 101110 | 1000010 | 1010011 | 11101 |
Color Harmonies of #7C890D
Complementary color
Monochromatic Colors of #7C890D
Black with #7C890D
Text Example
Text Example
White with #7C890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C890D; }
p { color: rgb(124,137,13); }
H1.HeaderClassName
{
color: #7C890D;
}
.AnyTagClassName
{
color: #7C890D;
}
</style>
background-color css
<style>
a { background-color: #7C890D; }
a { background-color: rgb(124,137,13); }
div.DivClassName
{
background-color: #7C890D;
}
.BgClassName
{
background-color: #7C890D;
}
</style>
border-color css
<style>
span { border-color: #7C890D; }
span { border-color: rgb(124,137,13); }
td.TdClassName
{
border-color: #7C890D;
}
.TagClassName
{
border-color: #7C890D;
}
</style>