Shades of Olive #7B740C
Tints of Olive #7B740C
RGB
CMYK
RGB Variations
Color information
#7B740C (or 0x7B740C) is known color: Olive. HEX triplet: 7B, 74 and 0C. RGB value is (123,116,12). Sum of RGB (Red+Green+Blue) = 123+116+12=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B740C is #848BF3. Grayscale: #6A6A6A. Windows color (decimal): -8686580 or 816251. OLE color: 816251.
HSL color Cylindrical-coordinate representation of color #7B740C: hue angle of 56.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B740C is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 12 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.52 |
| HSL | 56.22º | 0.82% | 0.26% | - |
| HSV(B) | 56.22º | 0.9% | 0.48% | - |
| XYZ | 14.48 | 16.73 | 2.81 | - |
| YUV | 106.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 12 | 0 | 0.06 | 0.90 | 0.52 | 56.22 | 0.82 | 0.26 |
| Hex | 7B | 74 | C | 0 | 6 | 5A | 34 | 38 | 52 | 1A |
| Octal | 173 | 164 | 14 | 0 | 6 | 132 | 64 | 70 | 122 | 32 |
| Binary | 1111011 | 1110100 | 1100 | 0 | 110 | 1011010 | 110100 | 111000 | 1010010 | 11010 |
Color Harmonies of #7B740C
Complementary color
Monochromatic Colors of #7B740C
Black with #7B740C
Text Example
Text Example
White with #7B740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B740C; }
p { color: rgb(123,116,12); }
H1.HeaderClassName
{
color: #7B740C;
}
.AnyTagClassName
{
color: #7B740C;
}
</style>
background-color css
<style>
a { background-color: #7B740C; }
a { background-color: rgb(123,116,12); }
div.DivClassName
{
background-color: #7B740C;
}
.BgClassName
{
background-color: #7B740C;
}
</style>
border-color css
<style>
span { border-color: #7B740C; }
span { border-color: rgb(123,116,12); }
td.TdClassName
{
border-color: #7B740C;
}
.TagClassName
{
border-color: #7B740C;
}
</style>