Shades of Olive #7C7303
Tints of Olive #7C7303
RGB
CMYK
RGB Variations
Color information
#7C7303 (or 0x7C7303) is known color: Olive. HEX triplet: 7C, 73 and 03. RGB value is (124,115,3). Sum of RGB (Red+Green+Blue) = 124+115+3=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7303 is #838CFC. Grayscale: #696969. Windows color (decimal): -8621309 or 226172. OLE color: 226172.
HSL color Cylindrical-coordinate representation of color #7C7303: hue angle of 55.54º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C7303 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.51 |
| HSL | 55.54º | 0.95% | 0.25% | - |
| HSV(B) | 55.54º | 0.98% | 0.49% | - |
| XYZ | 14.46 | 16.55 | 2.52 | - |
| YUV | 104.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 3 | 0 | 0.07 | 0.98 | 0.51 | 55.54 | 0.95 | 0.25 |
| Hex | 7C | 73 | 3 | 0 | 7 | 62 | 33 | 38 | 5F | 19 |
| Octal | 174 | 163 | 3 | 0 | 7 | 142 | 63 | 70 | 137 | 31 |
| Binary | 1111100 | 1110011 | 11 | 0 | 111 | 1100010 | 110011 | 111000 | 1011111 | 11001 |
Color Harmonies of #7C7303
Complementary color
Monochromatic Colors of #7C7303
Black with #7C7303
Text Example
Text Example
White with #7C7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7303; }
p { color: rgb(124,115,3); }
H1.HeaderClassName
{
color: #7C7303;
}
.AnyTagClassName
{
color: #7C7303;
}
</style>
background-color css
<style>
a { background-color: #7C7303; }
a { background-color: rgb(124,115,3); }
div.DivClassName
{
background-color: #7C7303;
}
.BgClassName
{
background-color: #7C7303;
}
</style>
border-color css
<style>
span { border-color: #7C7303; }
span { border-color: rgb(124,115,3); }
td.TdClassName
{
border-color: #7C7303;
}
.TagClassName
{
border-color: #7C7303;
}
</style>